diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 932a782..1c36987 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.1" + ".": "10.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce91c67..587376f 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. +## [10.1.0](https://github.com/streetsidesoftware/cspell-cli/compare/v10.0.1...v10.1.0) (2026-08-28) + + +### Features + +* Update CSpell version (10.1.1) ([#826](https://github.com/streetsidesoftware/cspell-cli/issues/826)) ([d0a4923](https://github.com/streetsidesoftware/cspell-cli/commit/d0a4923cdd3c9a56719f886821aacace494648eb)) + ## [10.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v10.0.0...v10.0.1) (2026-06-15) diff --git a/README.md b/README.md index 8b8b1fd..c699e5a 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: v10.0.1 + rev: v10.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 2732e03..a38fae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "10.0.1", + "version": "10.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "10.0.1", + "version": "10.1.0", "license": "MIT", "dependencies": { "cspell": "^10.1.1" diff --git a/package.json b/package.json index fc82d54..fda9b77 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "10.0.1", + "version": "10.1.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",