From cb7666caa68c450a832b1e064510f1dec5c345e8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:48:40 +0000 Subject: [PATCH] release: 3.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pkg/cmd/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1fce8a..d09ecbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.4" + ".": "3.1.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 059bf2d..276373c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.1.5 (2026-03-04) + +Full Changelog: [v3.1.4...v3.1.5](https://github.com/trycourier/courier-cli/compare/v3.1.4...v3.1.5) + +### Documentation + +* add README for npm package page ([823c5eb](https://github.com/trycourier/courier-cli/commit/823c5eb0591f55a0255f5943bebbe7b4c5075d85)) + ## 3.1.4 (2026-03-03) Full Changelog: [v3.1.3...v3.1.4](https://github.com/trycourier/courier-cli/compare/v3.1.3...v3.1.4) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 343108e..2ac0f71 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "3.1.4" // x-release-please-version +const Version = "3.1.5" // x-release-please-version