Skip to content

Commit bb31f58

Browse files
authored
Merge pull request #39 from trycourier/release-please--branches--main--changes--next
release: 3.1.4
2 parents 8a62598 + 93e3418 commit bb31f58

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.3"
2+
".": "3.1.4"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.1.4 (2026-03-03)
4+
5+
Full Changelog: [v3.1.3...v3.1.4](https://github.com/trycourier/courier-cli/compare/v3.1.3...v3.1.4)
6+
7+
### Bug Fixes
8+
9+
* update npm for OIDC trusted publishing support ([71f7928](https://github.com/trycourier/courier-cli/commit/71f792878fb739fcc9d328ac217ac88fe3b1d04d))
10+
311
## 3.1.3 (2026-03-03)
412

513
Full Changelog: [v3.1.2...v3.1.3](https://github.com/trycourier/courier-cli/compare/v3.1.2...v3.1.3)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "3.1.3" // x-release-please-version
5+
const Version = "3.1.4" // x-release-please-version

0 commit comments

Comments
 (0)