diff --git a/CHANGELOG.md b/CHANGELOG.md index d832768c1f0..1ea24a536e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.126](https://github.com/ridedott/merge-me-action/compare/v2.9.125...v2.9.126) (2022-03-22) + +### Chores + +- **deps:** bump ridedott/release-me-action from 3.6.29 to 3.6.30 + ([d9500e7](https://github.com/ridedott/merge-me-action/commit/d9500e78c9ad3425caab3c50c4c1c487c55fd885)) + ## [2.9.125](https://github.com/ridedott/merge-me-action/compare/v2.9.124...v2.9.125) (2022-03-18) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index a8e1dd3df65..a63f6b0bda4 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 34646a138cc..c790cf67a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.9.125", + "version": "2.9.126", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.9.125", + "version": "2.9.126", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index b915b51f1dd..f1aae4035a0 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.9.125" + "version": "2.9.126" }