diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d877d5..9f4c697 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.14.0" + ".": "6.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73de74e..35e948d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 988ac18..69be225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.14.0", + "version": "6.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.14.0", + "version": "6.14.1", "license": "MIT", "dependencies": { "cspell": "^6.14.2" diff --git a/package.json b/package.json index 80abdb5..2af2c36 100644 --- a/package.json +++ b/package.json @@ -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": {