diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c09344f6b..78ff284a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.25.0" + ".": "2.25.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5298de767..3f2f68992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.25.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.25.0...v2.25.1) (2023-03-24) + + +### Miscellaneous + +* **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([#1221](https://github.com/streetsidesoftware/cspell-action/issues/1221)) ([3bb32cd](https://github.com/streetsidesoftware/cspell-action/commit/3bb32cd283c15ae5a19697ccd14dcd90f85e4a40)) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies (main) ([#1224](https://github.com/streetsidesoftware/cspell-action/issues/1224)) ([e5e0afd](https://github.com/streetsidesoftware/cspell-action/commit/e5e0afd034f8e93b6217101a5c11da3ac263b158)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update ALL Dependencies (main) ([#1218](https://github.com/streetsidesoftware/cspell-action/issues/1218)) ([6a0d021](https://github.com/streetsidesoftware/cspell-action/commit/6a0d021159ae8275d6cd828518f319ef17955bb0)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1226](https://github.com/streetsidesoftware/cspell-action/issues/1226)) ([0e956d9](https://github.com/streetsidesoftware/cspell-action/commit/0e956d91d469ee3bef479230fcca06ef2cf607e2)) + ## [2.25.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.24.0...v2.25.0) (2023-03-19) diff --git a/package.json b/package.json index 0758038aa..78281df9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.25.0", + "version": "2.25.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,