diff --git a/CHANGELOG.md b/CHANGELOG.md index fabf333..461e02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.0.0](https://github.com/HylandSoftware/trebuchet-action/compare/v2.2.0...v3.0.0) (2024-05-08) + + +### Features + +* update to node20 for runtime ([#574](https://github.com/HylandSoftware/trebuchet-action/issues/574)) ([84d1596](https://github.com/HylandSoftware/trebuchet-action/commit/84d1596e08fdc64ee99e20400aa711ae93410fbb)) + + +### BREAKING CHANGES + +* Mark as breaking change for the +node 20 upgrade just in case there's some odd dependency somewhere. + # [2.2.0](https://github.com/HylandSoftware/trebuchet-action/compare/v2.1.0...v2.2.0) (2023-06-19) diff --git a/package-lock.json b/package-lock.json index ba03090..e4a7bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trebuchet-action", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trebuchet-action", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 6b1b03c..c029646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trebuchet-action", - "version": "2.2.0", + "version": "3.0.0", "private": true, "description": "Trebuchet as a GitHub action", "main": "lib/main.js",