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)