Skip to content

Commit

Permalink
chore(main): release 2.25.0 (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 19, 2023
1 parent 845fde5 commit c5e5f42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.24.0"
".": "2.25.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.24.0...v2.25.0) (2023-03-19)


### Features

* Update CSpell to (6.30.1) (main) ([#1214](https://github.com/streetsidesoftware/cspell-action/issues/1214)) ([9bc9cec](https://github.com/streetsidesoftware/cspell-action/commit/9bc9cec8d426139ca743ce945986be3316dc120a))


### Updates and Bug Fixes

* Update CSpell to (6.30.2) (main) ([#1217](https://github.com/streetsidesoftware/cspell-action/issues/1217)) ([845fde5](https://github.com/streetsidesoftware/cspell-action/commit/845fde59ab0da3ef7f4ec9c250c15906423a607f))
* Workflow Bot -- Update ALL Dependencies (main) ([#1201](https://github.com/streetsidesoftware/cspell-action/issues/1201)) ([949cbc0](https://github.com/streetsidesoftware/cspell-action/commit/949cbc048bedb01c154ab7e72e0b925b66eb07ee))

## [2.24.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.23.0...v2.24.0) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-action",
"version": "2.24.0",
"version": "2.25.0",
"description": "GitHub Action: Check Spelling",
"main": "action/lib/main.js",
"private": true,
Expand Down

0 comments on commit c5e5f42

Please sign in to comment.