Skip to content

Commit

Permalink
chore(main): release 6.17.0 (#269)
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>
Co-authored-by: Jason Dent <Jason3S@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Jason3S committed Dec 22, 2022
1 parent 2531e60 commit f555ea5
Show file tree
Hide file tree
Showing 4 changed files with 14 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.16.0"
".": "6.17.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.17.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.16.0...v6.17.0) (2022-12-22)


### Features

* Update CSpell to 6.17.0 ([142efd5](https://github.com/streetsidesoftware/cspell-cli/commit/142efd5c83ce7f360dd105097bf0ce75cc78dfb4))
* Update CSpell to 6.18.0 ([5696d62](https://github.com/streetsidesoftware/cspell-cli/commit/5696d6240a06a70240948aeed23754482432b767))
* Workflow Bot -- Update CSpell to (6.17.0) (main) ([#267](https://github.com/streetsidesoftware/cspell-cli/issues/267)) ([142efd5](https://github.com/streetsidesoftware/cspell-cli/commit/142efd5c83ce7f360dd105097bf0ce75cc78dfb4))
* Workflow Bot -- Update CSpell to (6.18.0) (main) ([#272](https://github.com/streetsidesoftware/cspell-cli/issues/272)) ([5696d62](https://github.com/streetsidesoftware/cspell-cli/commit/5696d6240a06a70240948aeed23754482432b767))

## [6.16.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.15.0...v6.16.0) (2022-12-03)


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.16.0",
"version": "6.17.0",
"description": "CLI for cspell: A Spelling Checker for Code!",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit f555ea5

Please sign in to comment.