Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Dec 14, 2023
1 parent 1d85b40 commit c54f009
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.1.0) (2023-12-14)


### Features

* 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))


### Bug Fixes

* **deps:** pin dependencies ([58213b8](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/58213b8a3d0aad78cc6ee51894a383019ddcdcd6))

## [3.0.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.0...v3.0.1) (2023-11-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"postbuild": "ncc build out/main.js -o dist",
"test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests"
},
"version": "3.0.1"
"version": "3.1.0"
}

0 comments on commit c54f009

Please sign in to comment.