diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7fa227..32ac658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.3" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec89cf8..d652e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.3...v8.0.0) (2023-11-07) + + +### ⚠ BREAKING CHANGES + +* Update CSpell to v8 ([#402](https://github.com/streetsidesoftware/cspell-cli/issues/402)) + +### Features + +* Update CSpell to v8 ([#402](https://github.com/streetsidesoftware/cspell-cli/issues/402)) ([f73e999](https://github.com/streetsidesoftware/cspell-cli/commit/f73e999900114982f5a49761f975c6de6374cce1)) + ## [7.3.3](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.2...v7.3.3) (2023-11-07) diff --git a/README.md b/README.md index e790d94..c69f63e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp # .pre-commit-config.yaml repos: - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.3 + rev: v8.0.0 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index b172cbf..388b6cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "7.3.3", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "7.3.3", + "version": "8.0.0", "license": "MIT", "dependencies": { "cspell": "^8.0.0" diff --git a/package.json b/package.json index 9ab4492..b0e1433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "7.3.3", + "version": "8.0.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",