Skip to content

Commit

Permalink
chore(main): release 2.9.0 (#962)
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] authored Sep 15, 2022
1 parent 06e90ec commit 0c8353e
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.8.2"
".": "2.9.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.9.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.8.2...v2.9.0) (2022-09-15)


### Features

* Update CSpell to (6.9.0) (main) ([#965](https://github.com/streetsidesoftware/cspell-action/issues/965)) ([06e90ec](https://github.com/streetsidesoftware/cspell-action/commit/06e90ecc2a27f032c25620053bf7eca3daeef67e))


### Miscellaneous

* **deps-dev:** bump ts-jest from 29.0.0 to 29.0.1 ([#960](https://github.com/streetsidesoftware/cspell-action/issues/960)) ([b9b9542](https://github.com/streetsidesoftware/cspell-action/commit/b9b9542f9353307e0fc88c9b758c8414bd682f2e))


### Updates and Bug Fixes

* Update CSpell to (6.9.0) ([06e90ec](https://github.com/streetsidesoftware/cspell-action/commit/06e90ecc2a27f032c25620053bf7eca3daeef67e))
* Workflow Bot -- Update ALL Dependencies ([a1017c1](https://github.com/streetsidesoftware/cspell-action/commit/a1017c1501d60dbc0360629fa83a42838fa1b06b))
* Workflow Bot -- Update ALL Dependencies ([790d268](https://github.com/streetsidesoftware/cspell-action/commit/790d26862bc7be1451ac1f00b7e18eae334187c0))
* Workflow Bot -- Update ALL Dependencies (main) ([#963](https://github.com/streetsidesoftware/cspell-action/issues/963)) ([790d268](https://github.com/streetsidesoftware/cspell-action/commit/790d26862bc7be1451ac1f00b7e18eae334187c0))
* Workflow Bot -- Update ALL Dependencies (main) ([#964](https://github.com/streetsidesoftware/cspell-action/issues/964)) ([a1017c1](https://github.com/streetsidesoftware/cspell-action/commit/a1017c1501d60dbc0360629fa83a42838fa1b06b))

## [2.8.2](https://github.com/streetsidesoftware/cspell-action/compare/v2.8.1...v2.8.2) (2022-09-13)


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

0 comments on commit 0c8353e

Please sign in to comment.