diff --git a/CHANGELOG.md b/CHANGELOG.md index 3290cd6e2d..8899842f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.73](https://github.com/ridedott/merge-me-action/compare/v1.8.72...v1.8.73) (2020-12-07) + +### Chores + +- **deps-dev:** bump eslint from 7.14.0 to 7.15.0 + ([ff02123](https://github.com/ridedott/merge-me-action/commit/ff021231d0a759fd42c510131aea29119928b3d7)) + ## [1.8.72](https://github.com/ridedott/merge-me-action/compare/v1.8.71...v1.8.72) (2020-12-07) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 55f35d80e1..048ee128f4 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 11b74a3d6f..3962bc3221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ridedott/merge-me-action", - "version": "1.8.72", + "version": "1.8.73", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a0cb94857..01110b4443 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "1.8.72" + "version": "1.8.73" }