diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b6f978..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bdb18..c79616b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/kunchenguid/gsh/compare/v1.9.1...v1.10.0) (2026-04-04) + + +### Features + +* automate nix release ([#204](https://github.com/kunchenguid/gsh/issues/204)) ([7bc1d55](https://github.com/kunchenguid/gsh/commit/7bc1d55ac836c05a95288be998679e10ae4fbbb0)) + ## [1.9.1](https://github.com/kunchenguid/gsh/compare/v1.9.0...v1.9.1) (2026-04-01)