diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ffaa48..f7114b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.6.0" + ".": "9.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee8b01..530359d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.6.0...v9.7.0) (2026-02-23) + + +### Features + +* Update CSpell version (9.7.0) ([#772](https://github.com/streetsidesoftware/cspell-cli/issues/772)) ([a91eb14](https://github.com/streetsidesoftware/cspell-cli/commit/a91eb147ba49a2fc091b7aface6faf0b3da502b8)) + + +### Trivial updates and changes. + +* Update CSpell version (9.6.3) ([#765](https://github.com/streetsidesoftware/cspell-cli/issues/765)) ([89d1fe3](https://github.com/streetsidesoftware/cspell-cli/commit/89d1fe308fa7465d64515f1dbfd57875594eb535)) +* Update CSpell version (9.6.4) ([#767](https://github.com/streetsidesoftware/cspell-cli/issues/767)) ([06f2384](https://github.com/streetsidesoftware/cspell-cli/commit/06f2384ba88ecdcf6573b26327c8d54e7f5a047a)) + ## [9.6.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.4.0...v9.6.0) (2026-01-26) diff --git a/README.md b/README.md index 41ad9d1..668fb2c 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.6.0 + rev: v9.7.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 9f1192f..b34cbb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.6.0", + "version": "9.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.6.0", + "version": "9.7.0", "license": "MIT", "dependencies": { "cspell": "^9.7.0" diff --git a/package.json b/package.json index 02178e7..fa96038 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.6.0", + "version": "9.7.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",