From 989b987701396b237cd9a4c0fffc7dd3328c7b78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 07:21:41 +0000 Subject: [PATCH] chore(main): release 6.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6cd56f..7474856 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.16.0" + ".": "6.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4524c..df8b84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.17.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.16.0...v6.17.0) (2022-12-22) + + +### Features + +* Update CSpell to 6.17.0 ([142efd5](https://github.com/streetsidesoftware/cspell-cli/commit/142efd5c83ce7f360dd105097bf0ce75cc78dfb4)) +* Update CSpell to 6.18.0 ([5696d62](https://github.com/streetsidesoftware/cspell-cli/commit/5696d6240a06a70240948aeed23754482432b767)) +* Workflow Bot -- Update CSpell to (6.17.0) (main) ([#267](https://github.com/streetsidesoftware/cspell-cli/issues/267)) ([142efd5](https://github.com/streetsidesoftware/cspell-cli/commit/142efd5c83ce7f360dd105097bf0ce75cc78dfb4)) +* Workflow Bot -- Update CSpell to (6.18.0) (main) ([#272](https://github.com/streetsidesoftware/cspell-cli/issues/272)) ([5696d62](https://github.com/streetsidesoftware/cspell-cli/commit/5696d6240a06a70240948aeed23754482432b767)) + ## [6.16.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.15.0...v6.16.0) (2022-12-03) diff --git a/package-lock.json b/package-lock.json index 9b816e0..ba52239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.16.0", + "version": "6.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.16.0", + "version": "6.17.0", "license": "MIT", "dependencies": { "cspell": "^6.18.0" diff --git a/package.json b/package.json index 31edcee..76749c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "6.16.0", + "version": "6.17.0", "description": "CLI for cspell: A Spelling Checker for Code!", "main": "index.js", "bin": {