diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e55cc66fde..f83b5100190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.10.104](https://github.com/ridedott/merge-me-action/compare/v2.10.103...v2.10.104) (2024-09-19) + +### Chores + +- **deps-dev:** bump cspell from 8.14.2 to 8.14.3 + ([6529d71](https://github.com/ridedott/merge-me-action/commit/6529d71cf583456077d990e5ca219602bbf86d86)) +- **deps-dev:** bump cspell from 8.14.3 to 8.14.4 + ([89ffa4e](https://github.com/ridedott/merge-me-action/commit/89ffa4e325ba6fc178e62d5a03a109a35e4c98f1)) +- **deps-dev:** bump eslint from 8.57.0 to 8.57.1 + ([e131b10](https://github.com/ridedott/merge-me-action/commit/e131b103daa50def465d8fabd445166738a19e64)) +- **deps-dev:** bump husky from 9.1.5 to 9.1.6 + ([3a0e157](https://github.com/ridedott/merge-me-action/commit/3a0e1575a19a8c128824fb45920069b1bd805b06)) +- **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 + ([60f83de](https://github.com/ridedott/merge-me-action/commit/60f83dedeb171815c21206981729801a08075efc)) + ## [2.10.103](https://github.com/ridedott/merge-me-action/compare/v2.10.102...v2.10.103) (2024-09-16) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index de5dc76685c..f0b669d0000 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 d982c48b48b..9898c61198b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.103", + "version": "2.10.104", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.103", + "version": "2.10.104", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index f9318ddacf5..7fc7d29ce41 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.103" + "version": "2.10.104" }