diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d66ed52..5fd9048 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.6.1" + ".": "8.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1531867..4f3e582 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. +## [8.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.1...v8.7.0) (2024-04-11) + + +### Features + +* Update CSpell version (8.7.0) ([#473](https://github.com/streetsidesoftware/cspell-cli/issues/473)) ([3563f33](https://github.com/streetsidesoftware/cspell-cli/commit/3563f33c28f7fa96d28b9fd69eeba3e8cb757a06)) + ## [8.6.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.0...v8.6.1) (2024-03-26) diff --git a/README.md b/README.md index 298fa4a..67082de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp # .pre-commit-config.yaml repos: - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.7.0 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index 6df9842..527af20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.6.1", + "version": "8.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.6.1", + "version": "8.7.0", "license": "MIT", "dependencies": { "cspell": "^8.7.0" diff --git a/package.json b/package.json index 9d0b4af..884e1ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "8.6.1", + "version": "8.7.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",