diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9285669..256be89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "9.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db675a..f2a51ac 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.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.0.0...v9.0.1) (2025-05-08) + + +### Trivial updates and changes. + +* Update CSpell version (9.0.1) ([#672](https://github.com/streetsidesoftware/cspell-cli/issues/672)) ([5071a49](https://github.com/streetsidesoftware/cspell-cli/commit/5071a49979588532d07643b54c711ef054b149cd)) + ## [9.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.19.1...v9.0.0) (2025-05-07) diff --git a/README.md b/README.md index 771fe24..52cbccc 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.0 + rev: v9.0.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 0b248fc..0e75d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "cspell": "^9.0.1" diff --git a/package.json b/package.json index 42252b4..b274903 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.0.0", + "version": "9.0.1", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",