From 3d4602433d5505037f3bcdb6fcea4691eb1235fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 09:00:40 +0100 Subject: [PATCH] chore(main): release 6.30.1 (#318) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ed996f..4321f3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.30.0" + ".": "6.30.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55348d7..ae952d6 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.30.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.30.0...v6.30.1) (2023-03-19) + + +### Bug Fixes + +* Workflow Bot -- Update CSpell to (6.30.1) (main) ([#317](https://github.com/streetsidesoftware/cspell-cli/issues/317)) ([b1d1c23](https://github.com/streetsidesoftware/cspell-cli/commit/b1d1c23669603ae37d31c70a267a3642aaac7c18)) +* Workflow Bot -- Update CSpell to (6.30.2) (main) ([#319](https://github.com/streetsidesoftware/cspell-cli/issues/319)) ([3cfc4d8](https://github.com/streetsidesoftware/cspell-cli/commit/3cfc4d8bde28a81653de966297b4cae3ee9bb420)) + ## [6.30.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.29.0...v6.30.0) (2023-03-17) diff --git a/package-lock.json b/package-lock.json index da479e8..9c80d76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.30.0", + "version": "6.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.30.0", + "version": "6.30.1", "license": "MIT", "dependencies": { "cspell": "^6.30.2" diff --git a/package.json b/package.json index b0b2f25..d709494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "6.30.0", + "version": "6.30.1", "description": "CLI for cspell; A Spelling Checker for Code!", "main": "index.js", "bin": {