diff --git a/CHANGELOG.md b/CHANGELOG.md index b860b5b8b1e..9190f222ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.10.63](https://github.com/ridedott/merge-me-action/compare/v2.10.62...v2.10.63) (2023-12-18) + +### Chores + +- **deps-dev:** bump @ridedott/eslint-config from 2.27.22 to 2.27.23 + ([9e30c6c](https://github.com/ridedott/merge-me-action/commit/9e30c6ccc80c89b9e37f8fdb5b263ed207137f8c)) +- **deps-dev:** bump @ridedott/eslint-config from 2.27.23 to 2.27.24 + ([eeec36f](https://github.com/ridedott/merge-me-action/commit/eeec36f54965c57b46ae8bc10ac2911b3f8a6a3a)) +- **deps-dev:** bump semantic-release from 22.0.10 to 22.0.12 + ([e35b178](https://github.com/ridedott/merge-me-action/commit/e35b178cdc9f3caf0acd6b44dfc8ed74d100a14e)) +- **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 + ([87bb005](https://github.com/ridedott/merge-me-action/commit/87bb005d37a59262ee95593282bc251bbfd5ef14)) + ## [2.10.62](https://github.com/ridedott/merge-me-action/compare/v2.10.61...v2.10.62) (2023-12-11) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index b1d25ea1878..e11aa7c9327 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 6577453e4c3..2eb49d8afc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.62", + "version": "2.10.63", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.62", + "version": "2.10.63", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 1bc25688031..fca2e284e48 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.62" + "version": "2.10.63" }