diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3c57d94..515ac7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.28.0" + ".": "6.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56764ea..efdd8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.29.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.28.0...v6.29.0) (2023-03-14) + + +### Features + +* Workflow Bot -- Update CSpell to (6.29.3) (main) ([#311](https://github.com/streetsidesoftware/cspell-cli/issues/311)) ([0043936](https://github.com/streetsidesoftware/cspell-cli/commit/0043936681c8f9e36eb693528c7e950a38f7895d)) + ## [6.28.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.27.0...v6.28.0) (2023-03-04) diff --git a/package-lock.json b/package-lock.json index 2340395..5545c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.28.0", + "version": "6.29.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.28.0", + "version": "6.29.0", "license": "MIT", "dependencies": { "cspell": "^6.29.3" diff --git a/package.json b/package.json index 2b9fa5c..0a0fd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "6.28.0", + "version": "6.29.0", "description": "CLI for cspell; A Spelling Checker for Code!", "main": "index.js", "bin": {