diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9307109..26e35c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.11.1" + ".": "3.11.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 94430f4..082dd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.11.2 (2026-07-10) + +Full Changelog: [v3.11.1...v3.11.2](https://github.com/trycourier/courier-cli/compare/v3.11.1...v3.11.2) + +### Bug Fixes + +* **ci:** pin npm to 11.6.2 so publish-npm runs on Node 20 ([#70](https://github.com/trycourier/courier-cli/issues/70)) ([42dd6b1](https://github.com/trycourier/courier-cli/commit/42dd6b1ad8f6c2b4468409ab22ad146dd1972556)) + ## 3.11.1 (2026-07-10) Full Changelog: [v3.11.0...v3.11.1](https://github.com/trycourier/courier-cli/compare/v3.11.0...v3.11.1) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 03a1be9..24bb894 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "3.11.1" // x-release-please-version +const Version = "3.11.2" // x-release-please-version