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