Skip to content

Commit c15bbfa

Browse files
chore(main): release 3.1.0 (#23)
1 parent 0fc6f1f commit c15bbfa

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/create-zip-package-action/compare/v3.0.2...v3.1.0) (2023-12-18)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** pin dependencies ([f7208b9](https://github.com/OctopusDeploy/create-zip-package-action/commit/f7208b9868dfbfab0eabb474ba0e530009533d70))
14+
315
## [3.0.2](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.0.1...v3.0.2) (2023-02-17)
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
@@ -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.0.2"
89+
"version": "3.1.0"
9090
}

0 commit comments

Comments
 (0)