diff --git a/CHANGELOG.md b/CHANGELOG.md index 6548c92c0b..845d3a217e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/ridedott/merge-me-action/compare/v2.1.0...v2.1.1) (2021-02-12) + +### Chores + +- **deps-dev:** bump @types/node from 14.14.25 to 14.14.26 + ([daf9420](https://github.com/ridedott/merge-me-action/commit/daf94205257f071a8856a1064c72d0c9c5f2916a)) + # [2.1.0](https://github.com/ridedott/merge-me-action/compare/v2.0.6...v2.1.0) (2021-02-11) ### Features diff --git a/dist/index.js.cache b/dist/index.js.cache index 5a6e33c33b..876c00c6b3 100644 Binary files a/dist/index.js.cache and b/dist/index.js.cache differ diff --git a/package-lock.json b/package-lock.json index 3dec2b35fc..e83f1ed8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ridedott/merge-me-action", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 104c5faa75..dd19c6947d 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.1.0" + "version": "2.1.1" }