Skip to content

Commit 51cd77f

Browse files
authored
release: 5.4.4 (#116)
1 parent 90afa18 commit 51cd77f

3 files changed

Lines changed: 9 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-
".": "5.4.3"
2+
".": "5.4.4"
33
}

CHANGELOG.md

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

3+
## [5.4.4](https://github.com/trycourier/courier-cli/compare/v5.4.3...v5.4.4) (2026-09-03)
4+
5+
6+
### Documentation
7+
8+
* **api:** document the channel-block requirement on template creation ([#115](https://github.com/trycourier/courier-cli/issues/115)) ([90afa18](https://github.com/trycourier/courier-cli/commit/90afa182a3222bfd33c9d1b6f22105f6bb27199e))
9+
310
## [5.4.3](https://github.com/trycourier/courier-cli/compare/v5.4.2...v5.4.3) (2026-08-29)
411

512

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 = "5.4.3" // x-release-please-version
5+
const Version = "5.4.4" // x-release-please-version

0 commit comments

Comments
 (0)