From 8b734d713ac9da18c98f3ba40a7e87e6e2648f0b Mon Sep 17 00:00:00 2001 From: aileot <46470475+aileot@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:19:14 +0000 Subject: [PATCH] chore(main): release 1.6.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 093be7e3..9464c4e2 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1816973..31ed9b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/aileot/nvim-thyme/compare/v1.6.1...v1.6.2) (2025-10-28) + + +### Bug Fixes + +* **parinfer:** fill in default options on the first run ([#118](https://github.com/aileot/nvim-thyme/issues/118)) ([9b5be25](https://github.com/aileot/nvim-thyme/commit/9b5be256bf38ad1763981a2820c2b0fa727423aa)) + ## [1.6.1](https://github.com/aileot/nvim-thyme/compare/v1.6.0...v1.6.1) (2025-10-17)