diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256be89..9695e0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.1" + ".": "9.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a51ac..b9f3750 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.1.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.0.1...v9.1.0) (2025-07-08) + + +### Features + +* Update CSpell version (9.1.2) ([#683](https://github.com/streetsidesoftware/cspell-cli/issues/683)) ([073a8e1](https://github.com/streetsidesoftware/cspell-cli/commit/073a8e1ccc5f6b2d724a1bb8f345ecc9fd445a5c)) + + +### Trivial updates and changes. + +* Update CSpell version (9.0.2) ([#678](https://github.com/streetsidesoftware/cspell-cli/issues/678)) ([1c7eb39](https://github.com/streetsidesoftware/cspell-cli/commit/1c7eb39f7cb085fe71d3ff4948d8132500e3c195)) +* Update CSpell version (9.1.3) ([#691](https://github.com/streetsidesoftware/cspell-cli/issues/691)) ([37a74af](https://github.com/streetsidesoftware/cspell-cli/commit/37a74af7c485b22c2449c46ace596047b188e256)) + ## [9.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.0.0...v9.0.1) (2025-05-08) diff --git a/README.md b/README.md index 9062746..e050cec 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.0.1 + rev: v9.1.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 d855b20..48a0c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.0.1", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.0.1", + "version": "9.1.0", "license": "MIT", "dependencies": { "cspell": "^9.1.3" diff --git a/package.json b/package.json index 7e9f3de..340e4b6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.0.1", + "version": "9.1.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",