diff --git a/CHANGELOG.md b/CHANGELOG.md index 27797bb9a0..042670cfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.91](https://github.com/ridedott/merge-me-action/compare/v2.9.90...v2.9.91) (2022-01-10) + +### Chores + +- **deps-dev:** bump cspell from 5.15.0 to 5.15.1 + ([53da385](https://github.com/ridedott/merge-me-action/commit/53da385697f74bfbd185b777be830fa9fa63258a)) + ## [2.9.90](https://github.com/ridedott/merge-me-action/compare/v2.9.89...v2.9.90) (2022-01-07) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 254c6d0333..472fe9b87e 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 ad0f4766fe..d92040a1ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/merge-me-action", - "version": "2.9.90", + "version": "2.9.91", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ridedott/merge-me-action", - "version": "2.9.90", + "version": "2.9.91", "license": "UNLICENSED", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 12ea8a7b36..d769f4e482 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "2.9.90" + "version": "2.9.91" }