Skip to content

Commit c54f009

Browse files
chore(main): release 3.1.0 (#403)
1 parent 1d85b40 commit c54f009

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.1.0) (2023-12-14)
4+
5+
6+
### Features
7+
8+
* Upgrade to node 20 ([#404](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/404)) ([1d85b40](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/1d85b409706419cab36c8d310ef7eda9283fcf7d))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** pin dependencies ([58213b8](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/58213b8a3d0aad78cc6ee51894a383019ddcdcd6))
14+
315
## [3.0.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.0...v3.0.1) (2023-11-16)
416

517

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
@@ -83,5 +83,5 @@
8383
"postbuild": "ncc build out/main.js -o dist",
8484
"test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests"
8585
},
86-
"version": "3.0.1"
86+
"version": "3.1.0"
8787
}

0 commit comments

Comments
 (0)