diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43ac4e7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [1.2.0](https://github.com/kuzzleio/paas-action/compare/v1.1.0...v1.2.0) (2024-12-10) + + +### Bug Fixes + +* Github token ([6d89144](https://github.com/kuzzleio/paas-action/commit/6d8914457df9227074fda09d42a7d01c6a1e7d9e)) +* workflow file was not in the right place to be triggered ([a60b075](https://github.com/kuzzleio/paas-action/commit/a60b075b61cc50ad665f90fd736fdfef3a840a2f)) + + +### Features + +* Add semantic-release ([b6345af](https://github.com/kuzzleio/paas-action/commit/b6345aff46c6ccb92cb763fb39b1f71de7468c25)) diff --git a/package-lock.json b/package-lock.json index 9ad85dd..11a8b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paas-action", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "paas-action", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index eb6b736..f213b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paas-action", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "dist/index.js", "type": "module", @@ -30,4 +30,4 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/release-notes-generator": "^14.0.1" } -} \ No newline at end of file +}