From 9b063020c27998fb9b92de75590fc4bd9337eb80 Mon Sep 17 00:00:00 2001 From: aileot <46470475+aileot@users.noreply.github.com> Date: Sat, 18 Oct 2025 06:14:22 +0900 Subject: [PATCH] chore(main): release 1.6.1 --- .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 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)