Skip to content

Commit 096266d

Browse files
chore(main): release 6.6.0 (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2a01c9 commit 096266d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.5.0"
2+
".": "6.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.5.0...v6.6.0) (2022-08-12)
6+
7+
8+
### Features
9+
10+
* Update CSpell to 6.6.0 ([#202](https://github.com/streetsidesoftware/cspell-cli/issues/202)) ([c52067f](https://github.com/streetsidesoftware/cspell-cli/commit/c52067f06ffe44c380ce639327ac9b3ff40968fc))
11+
12+
13+
### Bug Fixes
14+
15+
* Update CSpell to 6.6.1 ([#204](https://github.com/streetsidesoftware/cspell-cli/issues/204)) ([d2a01c9](https://github.com/streetsidesoftware/cspell-cli/commit/d2a01c9555eb1d4e72ba0ab0c07c47763467c980))
16+
517
## [6.5.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.3.4...v6.5.0) (2022-07-30)
618

719

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.5.0",
3+
"version": "6.6.0",
44
"description": "CLI for cspell: A Spelling Checker for Code!",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)