diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..399fdd8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/lampajr/backporting/compare/v1.0.5...v1.1.0) (2023-01-05) + + +### Features + +* **open-pr:** allow open pull requests backporting ([710d79f](https://github.com/lampajr/backporting/commit/710d79fff8a6b9535d54977787006e3aaacabcbd)) diff --git a/package-lock.json b/package-lock.json index d343a47..0255bde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lampajr/bper", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lampajr/bper", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index d406e95..a8126cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lampajr/bper", - "version": "1.0.5", + "version": "1.1.0", "description": "BPer is a tool to execute automatic git backporting.", "author": "", "license": "MIT",