Skip to content

Commit f50bbbe

Browse files
chore(main): release 4.1.0
1 parent 6a8d4d5 commit f50bbbe

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v4.0.0...v4.1.0) (2025-12-20)
4+
5+
6+
### Features
7+
8+
* Add workflow to check for conventional commit format PR title ([#587](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/587)) ([2e431ae](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/2e431aeadce21a0f6524300200950e501254cc9b))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.1.4...v4.0.0) (2025-12-14)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
"postbuild": "ncc build out/main.js -o dist",
8989
"test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests"
9090
},
91-
"version": "4.0.0"
91+
"version": "4.1.0"
9292
}

0 commit comments

Comments
 (0)