diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4a95c7497..041298e1e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.101](https://github.com/ridedott/merge-me-action/compare/v1.8.100...v1.8.101) (2020-12-24) + +### Chores + +- **deps-dev:** bump @types/node from 14.14.14 to 14.14.16 + ([6c87ff4](https://github.com/ridedott/merge-me-action/commit/6c87ff48a6a555f9408ef307586dfb9a23a0aef2)) + ## [1.8.100](https://github.com/ridedott/merge-me-action/compare/v1.8.99...v1.8.100) (2020-12-22) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 3dcf74f4faf..9f342aff655 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 c2087d1ba1a..a1407b4293d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ridedott/merge-me-action", - "version": "1.8.100", + "version": "1.8.101", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe60ed41326..93640e27397 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "1.8.100" + "version": "1.8.101" }