Skip to content

Commit

Permalink
chore(main): release 6.14.1 (#256)
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 Nov 12, 2022
1 parent cc070ea commit fa180a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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 @@
{
".": "6.14.0"
".": "6.14.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [6.14.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.14.0...v6.14.1) (2022-11-12)


### Bug Fixes

* Update CSpell to 6.14.1 ([82e4623](https://github.com/streetsidesoftware/cspell-cli/commit/82e4623084feced295a83edc46c2fdc6cb7223e0))
* Update CSpell to 6.14.1 ([859e253](https://github.com/streetsidesoftware/cspell-cli/commit/859e25317369299e7e78d922f15d62d66d732ff5))
* Update CSpell to 6.14.2 ([cc070ea](https://github.com/streetsidesoftware/cspell-cli/commit/cc070eab25637768ba92d6e376657fcd976e5137))
* Workflow Bot -- Update CSpell to (6.14.1) (main) ([#254](https://github.com/streetsidesoftware/cspell-cli/issues/254)) ([859e253](https://github.com/streetsidesoftware/cspell-cli/commit/859e25317369299e7e78d922f15d62d66d732ff5))
* Workflow Bot -- Update CSpell to (6.14.1) (main) ([#255](https://github.com/streetsidesoftware/cspell-cli/issues/255)) ([82e4623](https://github.com/streetsidesoftware/cspell-cli/commit/82e4623084feced295a83edc46c2fdc6cb7223e0))
* Workflow Bot -- Update CSpell to (6.14.2) (main) ([#257](https://github.com/streetsidesoftware/cspell-cli/issues/257)) ([cc070ea](https://github.com/streetsidesoftware/cspell-cli/commit/cc070eab25637768ba92d6e376657fcd976e5137))

## [6.14.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.13.0...v6.14.0) (2022-11-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-cli",
"version": "6.14.0",
"version": "6.14.1",
"description": "CLI for cspell: A Spelling Checker for Code!",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit fa180a7

Please sign in to comment.