Skip to content

Commit f5b97fe

Browse files
chore(main): release 6.10.0 (#225)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb63f5e commit f5b97fe

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.9.0"
2+
".": "6.10.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [6.10.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.9.0...v6.10.0) (2022-09-20)
6+
7+
8+
### Features
9+
10+
* Update CSpell to 6.10.0 ([862955d](https://github.com/streetsidesoftware/cspell-cli/commit/862955d7a6334220c5392813ffb043f4462c741a))
11+
* Workflow Bot -- Update CSpell to (6.10.0) (main) ([#229](https://github.com/streetsidesoftware/cspell-cli/issues/229)) ([862955d](https://github.com/streetsidesoftware/cspell-cli/commit/862955d7a6334220c5392813ffb043f4462c741a))
12+
13+
14+
### Bug Fixes
15+
16+
* Update CSpell to 6.10.1 ([bb63f5e](https://github.com/streetsidesoftware/cspell-cli/commit/bb63f5e8c8f75910e883af45a28fe7d11966bc3d))
17+
* Update CSpell to 6.9.1 ([eab3071](https://github.com/streetsidesoftware/cspell-cli/commit/eab30718a714cd4df7c2fe31c58d669b30eda899))
18+
* Workflow Bot -- Update CSpell to (6.10.1) (main) ([#230](https://github.com/streetsidesoftware/cspell-cli/issues/230)) ([bb63f5e](https://github.com/streetsidesoftware/cspell-cli/commit/bb63f5e8c8f75910e883af45a28fe7d11966bc3d))
19+
* Workflow Bot -- Update CSpell to (6.9.1) (main) ([#224](https://github.com/streetsidesoftware/cspell-cli/issues/224)) ([eab3071](https://github.com/streetsidesoftware/cspell-cli/commit/eab30718a714cd4df7c2fe31c58d669b30eda899))
20+
521
## [6.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.8.2...v6.9.0) (2022-09-15)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-cli",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"description": "CLI for cspell: A Spelling Checker for Code!",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)