diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7114b0..f6422c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.7.0" + ".": "9.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 530359d..724ab97 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. +## [9.8.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.7.0...v9.8.0) (2026-04-05) + + +### Features + +* Update CSpell version (9.8.0) ([#788](https://github.com/streetsidesoftware/cspell-cli/issues/788)) ([7c30268](https://github.com/streetsidesoftware/cspell-cli/commit/7c30268b6c9f282a3a36db3e8da5966a7231a016)) + ## [9.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.6.0...v9.7.0) (2026-02-23) diff --git a/README.md b/README.md index 668fb2c..c31b6b0 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: v9.7.0 + rev: v9.8.0 hooks: - id: cspell # Spell check changed files - id: cspell # Spell check the commit message diff --git a/package-lock.json b/package-lock.json index 08db069..35860fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.7.0", + "version": "9.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.7.0", + "version": "9.8.0", "license": "MIT", "dependencies": { "cspell": "^9.8.0" diff --git a/package.json b/package.json index 63ccf6a..58162df 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.7.0", + "version": "9.8.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",