diff --git a/CHANGELOG.md b/CHANGELOG.md index d15e91c..3edd748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/lampajr/backporting/compare/v2.0.0...v2.0.1) (2023-01-05) + + +### Continuous Integration + +* automatic dist folder generation ([6ed41b2](https://github.com/lampajr/backporting/commit/6ed41b245d6fe1e70cf2a2a04fad11e6677a282b)) + ## [2.0.0](https://github.com/lampajr/backporting/compare/v1.0.0...v2.0.0) (2023-01-05) diff --git a/package-lock.json b/package-lock.json index bdae5a6..8572593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lampajr/bper", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lampajr/bper", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 57c31d4..237911d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lampajr/bper", - "version": "2.0.0", + "version": "2.0.1", "description": "BPer is a tool to execute automatic git backporting.", "author": "", "license": "MIT",