diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e85ec10..17a9c5d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afc4615..43749d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.8.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.8.0...v6.8.1) (2022-08-27) + + +### Bug Fixes + +* Update CSpell to 6.8.1 ([ac43c73](https://github.com/streetsidesoftware/cspell-cli/commit/ac43c73a022f1bf5617fd475c4a1d4d92374a60c)) +* Workflow Bot -- Update CSpell to (6.8.1) (main) ([#212](https://github.com/streetsidesoftware/cspell-cli/issues/212)) ([ac43c73](https://github.com/streetsidesoftware/cspell-cli/commit/ac43c73a022f1bf5617fd475c4a1d4d92374a60c)) + ## [6.8.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.7.0...v6.8.0) (2022-08-21) diff --git a/package-lock.json b/package-lock.json index 4f3da2d..af0acc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.8.0", + "version": "6.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.8.0", + "version": "6.8.1", "license": "MIT", "dependencies": { "cspell": "^6.8.1" diff --git a/package.json b/package.json index 9530e82..722dd4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "6.8.0", + "version": "6.8.1", "description": "CLI for cspell: A Spelling Checker for Code!", "main": "index.js", "bin": {