Skip to content

Commit

Permalink
chore(main): release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2022
1 parent 8d5252e commit 550f448
Show file tree
Hide file tree
Showing 3 changed files with 23 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.14.0"
".": "2.15.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.15.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.14.0...v2.15.0) (2022-12-11)


### Features

* Update CSpell to (6.17.0) ([446f47c](https://github.com/streetsidesoftware/cspell-action/commit/446f47c2815f55fb70fd3766c803fc92090211e3))
* Update CSpell to (6.17.0) (main) ([#1090](https://github.com/streetsidesoftware/cspell-action/issues/1090)) ([446f47c](https://github.com/streetsidesoftware/cspell-action/commit/446f47c2815f55fb70fd3766c803fc92090211e3))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies ([d52c64a](https://github.com/streetsidesoftware/cspell-action/commit/d52c64ab9454c7870bf19111a2ad56e0341e4412))
* Workflow Bot -- Update ALL Dependencies ([13c370c](https://github.com/streetsidesoftware/cspell-action/commit/13c370c5772fe2e1ce7565d6201526ea2be2f004))
* Workflow Bot -- Update ALL Dependencies (main) ([#1092](https://github.com/streetsidesoftware/cspell-action/issues/1092)) ([13c370c](https://github.com/streetsidesoftware/cspell-action/commit/13c370c5772fe2e1ce7565d6201526ea2be2f004))
* Workflow Bot -- Update ALL Dependencies (main) ([#1094](https://github.com/streetsidesoftware/cspell-action/issues/1094)) ([d52c64a](https://github.com/streetsidesoftware/cspell-action/commit/d52c64ab9454c7870bf19111a2ad56e0341e4412))


### Updates and Bug Fixes

* Workflow Bot -- Update ALL Dependencies (main) ([#1096](https://github.com/streetsidesoftware/cspell-action/issues/1096)) ([8d5252e](https://github.com/streetsidesoftware/cspell-action/commit/8d5252ea47ba8ff949d19b5fe09afc7572022ff7))

## [2.14.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.13.0...v2.14.0) (2022-12-05)


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.14.0",
"version": "2.15.0",
"description": "GitHub Action: Check Spelling",
"main": "action/lib/main.js",
"private": true,
Expand Down

0 comments on commit 550f448

Please sign in to comment.