diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcb5856..2f72ebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.2.0" + ".": "9.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c851e7..310fc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.2.0...v9.2.1) (2025-10-27) + + +### Trivial updates and changes. + +* Update CSpell version (9.2.1) ([#706](https://github.com/streetsidesoftware/cspell-cli/issues/706)) ([cd01ac5](https://github.com/streetsidesoftware/cspell-cli/commit/cd01ac511e58d3b299cf69b8188d965122a3f0ee)) +* Update CSpell version (9.2.2) ([#716](https://github.com/streetsidesoftware/cspell-cli/issues/716)) ([4777519](https://github.com/streetsidesoftware/cspell-cli/commit/477751983b760237badd7cf3867e7b4be21f3117)) + ## [9.2.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.1.1...v9.2.0) (2025-07-19) diff --git a/README.md b/README.md index 3cf3e2f..359fb37 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.2.0 + rev: v9.2.1 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 a4c48f1..17ea17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.2.0", + "version": "9.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.2.0", + "version": "9.2.1", "license": "MIT", "dependencies": { "cspell": "^9.2.2" diff --git a/package.json b/package.json index 1e2fbf2..e1c96de 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.2.0", + "version": "9.2.1", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",