Skip to content

Commit

Permalink
chore(main): release 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2022
1 parent bbefae0 commit 4ea9cb7
Show file tree
Hide file tree
Showing 3 changed files with 25 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.12.1"
".": "2.12.2"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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


### Miscellaneous

* **deps-dev:** bump typescript from 4.8.4 to 4.9.3 ([#1060](https://github.com/streetsidesoftware/cspell-action/issues/1060)) ([992a93a](https://github.com/streetsidesoftware/cspell-action/commit/992a93a165c8efcd22f7b3d7598e74783a84f7c8))


### Updates and Bug Fixes

* Update CSpell to (6.14.3) (main) ([#1062](https://github.com/streetsidesoftware/cspell-action/issues/1062)) ([578455f](https://github.com/streetsidesoftware/cspell-action/commit/578455f180d3e86625de45c1214a5311dd6dbb8f))
* Workflow Bot -- Update ALL Dependencies ([c26f628](https://github.com/streetsidesoftware/cspell-action/commit/c26f6286dc9ce7104342bcfc0d00cf59c6ce089f))
* Workflow Bot -- Update ALL Dependencies ([5479976](https://github.com/streetsidesoftware/cspell-action/commit/54799761a642c5748c0b88d263a00612797a9947))
* Workflow Bot -- Update ALL Dependencies (main) ([#1053](https://github.com/streetsidesoftware/cspell-action/issues/1053)) ([5479976](https://github.com/streetsidesoftware/cspell-action/commit/54799761a642c5748c0b88d263a00612797a9947))
* Workflow Bot -- Update ALL Dependencies (main) ([#1055](https://github.com/streetsidesoftware/cspell-action/issues/1055)) ([c26f628](https://github.com/streetsidesoftware/cspell-action/commit/c26f6286dc9ce7104342bcfc0d00cf59c6ce089f))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies ([e7e366f](https://github.com/streetsidesoftware/cspell-action/commit/e7e366f5aea9d5fde43e364b485429d99188af15))
* Workflow Bot -- Update ALL Dependencies (main) ([#1056](https://github.com/streetsidesoftware/cspell-action/issues/1056)) ([e7e366f](https://github.com/streetsidesoftware/cspell-action/commit/e7e366f5aea9d5fde43e364b485429d99188af15))
* Workflow Bot -- Update ALL Dependencies (main) ([#1061](https://github.com/streetsidesoftware/cspell-action/issues/1061)) ([bbefae0](https://github.com/streetsidesoftware/cspell-action/commit/bbefae0ff93299a6bcff7367dcb7e257cbeb05c8))

## [2.12.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.12.0...v2.12.1) (2022-11-12)


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

0 comments on commit 4ea9cb7

Please sign in to comment.