From 793fa36c0ad83be77187453f4a8b432e63d85770 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Mar 2024 14:56:31 +0000 Subject: [PATCH] chore(release): v2.10.76 --- CHANGELOG.md | 14 ++++++++++++++ dist/index.js.cache | Bin 16632 -> 16632 bytes package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66aa4c8a282..0fb41034bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.10.76](https://github.com/ridedott/merge-me-action/compare/v2.10.75...v2.10.76) (2024-03-25) + +### Chores + +- **deps-dev:** bump @semantic-release/release-notes-generator from 12.1.0 to + 13.0.0 + ([edeccfc](https://github.com/ridedott/merge-me-action/commit/edeccfc93c7249ea62f7643526e47050f15c3827)) +- **deps-dev:** bump cspell from 8.6.0 to 8.6.1 + ([a3fc004](https://github.com/ridedott/merge-me-action/commit/a3fc004acd1349802678116539d8dcf5234255af)) +- **deps-dev:** bump semantic-release from 23.0.5 to 23.0.6 + ([689db84](https://github.com/ridedott/merge-me-action/commit/689db84f14ca104df22f68cfe98d02c81e63ba16)) +- **deps:** bump ridedott/release-me-action from 3.10.16 to 3.10.17 + ([7e470ab](https://github.com/ridedott/merge-me-action/commit/7e470ab0dd0c7561ddc7f08bd40b4b063efb0d8c)) + ## [2.10.75](https://github.com/ridedott/merge-me-action/compare/v2.10.74...v2.10.75) (2024-03-21) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index cb196b69a9742a9c0dea81b2486bc79732e4a254..b5c70bcc07c52e5a303a2eba1f840872e93c2e82 100644 GIT binary patch delta 293 zcmey-$oQj?aY7-BR^@(;iKPlGmzK`TnmAK|C2dWm;l#ZPEP4AmCQW=;#WL$?{j#{I)ZrU_S-!P!4d(TY{1_p-o)Dq9Ug3=O3fuN+WmQyQvfMV{RAs(Sl z@ge@+u6{r+14xczc2`BbvdbMggq8T~GYj-5=DCdVx-8Rb*KVGqZx|pIwC@B50|P^PYKdoFL1_u2Kv2@EcTe+pfMV{RAs(Sl z@ge@+u6{r+14zy*kShmC&d1-~6E0WhV0mhCqrQZ}s?ryZEI*W{D>ax6_+=C>!m);D5t6X1{BtZ1Oc#4=A)@Ze^D zqgqy$s@rK2lP{Rd=ttRFcQ65sNK675%)r2WkOO4$tWZB!HXt`QKczG$73fr;Skprh KzRl7WcR2vA7FpQ< diff --git a/package-lock.json b/package-lock.json index ab0fb83d00d..4a927a8b90a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.10.75", + "version": "2.10.76", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.10.75", + "version": "2.10.76", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 2f12ce6f9b7..f2b19ccac28 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.10.75" + "version": "2.10.76" }