From fa180a7254b5c2a9558ec12b8e8466f08c4a4fc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 11:25:31 +0100 Subject: [PATCH] chore(main): release 6.14.1 (#256) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) 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": {