Skip to content

Commit f56ba46

Browse files
chore(main): release 3.1.2 (#149)
1 parent 2b12aaf commit f56ba46

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.2](https://github.com/OctopusDeploy/create-nuget-package-action/compare/v3.1.1...v3.1.2) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.11.1 ([a494268](https://github.com/OctopusDeploy/create-nuget-package-action/commit/a494268d68fcd5ee6cac0e9880e84e0c371754b4))
9+
* **deps:** update dependency @octopusdeploy/api-client to v3.5.1 ([de9ca94](https://github.com/OctopusDeploy/create-nuget-package-action/commit/de9ca9459dbb96551a6d194d540f44f0ae4cb59d))
10+
* **deps:** update dependency @octopusdeploy/api-client to v3.5.2 ([#156](https://github.com/OctopusDeploy/create-nuget-package-action/issues/156)) ([2b12aaf](https://github.com/OctopusDeploy/create-nuget-package-action/commit/2b12aaff29e2648a4271fd7e6f368802a0ff5ee0))
11+
312
## [3.1.1](https://github.com/OctopusDeploy/create-nuget-package-action/compare/v3.1.0...v3.1.1) (2024-02-04)
413

514

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
@@ -86,5 +86,5 @@
8686
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
8787
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
8888
},
89-
"version": "3.1.1"
89+
"version": "3.1.2"
9090
}

0 commit comments

Comments
 (0)