diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0d1bebe1..093be7e3 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ace63e9..d1816973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/aileot/nvim-thyme/compare/v1.6.0...v1.6.1) (2025-10-17) + + +### Bug Fixes + +* **const:** detect example config path regardless of cwd ([#109](https://github.com/aileot/nvim-thyme/issues/109)) ([3150d69](https://github.com/aileot/nvim-thyme/commit/3150d69058a3b1b24038de2e61dc1be766150898)) + ## [1.6.0](https://github.com/aileot/nvim-thyme/compare/v1.5.1...v1.6.0) (2025-10-17)