diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3abc3..cb89560 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. +## [5.8.0](https://github.com/streetsidesoftware/cspell-cli/compare/v5.7.0...v5.8.0) (2022-02-01) + + +### Features + +* Upgrade to cspell 5.17.0 ([#104](https://github.com/streetsidesoftware/cspell-cli/issues/104)) ([47f575d](https://github.com/streetsidesoftware/cspell-cli/commit/47f575defe2ddfe2076f57e3f20da297071bd010)) + ## [5.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.12...v5.7.0) (2022-01-21) ### [5.6.12](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.11...v5.6.12) (2021-12-29) diff --git a/package-lock.json b/package-lock.json index bf723c5..e63831b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "5.7.0", + "version": "5.8.0", "license": "MIT", "dependencies": { "cspell": "^5.18.0" diff --git a/package.json b/package.json index d1f203c..a450cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "5.7.0", + "version": "5.8.0", "description": "CLI for cspell: A Spelling Checker for Code!", "main": "index.js", "bin": {