diff --git a/CHANGELOG.md b/CHANGELOG.md index 0605181..fabf333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/HylandSoftware/trebuchet-action/compare/v2.1.0...v2.2.0) (2023-06-19) + + +### Features + +* updated dist and package.json to solve deprecation warning ([#558](https://github.com/HylandSoftware/trebuchet-action/issues/558)) ([f74f614](https://github.com/HylandSoftware/trebuchet-action/commit/f74f6149c56aa96c07f36c3531961dd1dc7401f5)) + # [2.0.0](https://github.com/HylandSoftware/trebuchet-action/compare/v1.2.0...v2.0.0) (2023-04-26) diff --git a/package-lock.json b/package-lock.json index 73540a0..527680a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trebuchet-action", - "version": "2.0.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "trebuchet-action", - "version": "2.0.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 770107b..4a18822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trebuchet-action", - "version": "2.0.0", + "version": "2.2.0", "private": true, "description": "Trebuchet as a GitHub action", "main": "lib/main.js",