Skip to content

Commit

Permalink
chore(main): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot committed Dec 18, 2023
1 parent 0fc6f1f commit 8320ee8
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/create-zip-package-action/compare/v3.0.2...v3.1.0) (2023-12-18)


### Features

* Upgrade to node 20 ([#18](https://github.com/OctopusDeploy/create-zip-package-action/issues/18)) ([a5fc3a6](https://github.com/OctopusDeploy/create-zip-package-action/commit/a5fc3a64b3f54db5b20213e11384df0a1f55c58f))


### Bug Fixes

* **deps:** pin dependencies ([f7208b9](https://github.com/OctopusDeploy/create-zip-package-action/commit/f7208b9868dfbfab0eabb474ba0e530009533d70))

## [3.0.2](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.0.1...v3.0.2) (2023-02-17)


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 @@ -86,5 +86,5 @@
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
},
"version": "3.0.2"
"version": "3.1.0"
}

0 comments on commit 8320ee8

Please sign in to comment.