Skip to content

Commit c6be1dc

Browse files
chore(main): release 4.1.0
1 parent 7898d62 commit c6be1dc

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/create-nuget-package-action/compare/v4.0.0...v4.1.0) (2025-12-12)
4+
5+
6+
### Features
7+
8+
* Add workflow to check for conventional commit format PR title ([#224](https://github.com/OctopusDeploy/create-nuget-package-action/issues/224)) ([7898d62](https://github.com/OctopusDeploy/create-nuget-package-action/commit/7898d6289f13a7e8c4d886efe7e6b93d2bb549c0))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/create-nuget-package-action/compare/v3.1.2...v4.0.0) (2025-12-09)
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
@@ -91,5 +91,5 @@
9191
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
9292
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
9393
},
94-
"version": "4.0.0"
94+
"version": "4.1.0"
9595
}

0 commit comments

Comments
 (0)