From 824cc7da43a2075b68c8cb8ab643cbea886124af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 05:23:39 +0000 Subject: [PATCH] chore(main): release 10.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6422c1..8390882 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.8.0" + ".": "10.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 724ab97..03476a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.8.0...v10.0.0) (2026-04-07) + + +### ⚠ BREAKING CHANGES + +* Update CSpell version (10.0.0) ([#791](https://github.com/streetsidesoftware/cspell-cli/issues/791)) + +### Features + +* Update CSpell version (10.0.0) ([#791](https://github.com/streetsidesoftware/cspell-cli/issues/791)) ([727be4e](https://github.com/streetsidesoftware/cspell-cli/commit/727be4ecc12d16234905815718874fee354e22a7)) + ## [9.8.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.7.0...v9.8.0) (2026-04-05) diff --git a/README.md b/README.md index c31b6b0..f531fa2 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.8.0 + rev: v10.0.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 e180e9a..3f6cf78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.8.0", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.8.0", + "version": "10.0.0", "license": "MIT", "dependencies": { "cspell": "^10.0.0" diff --git a/package.json b/package.json index 69b0462..15bc1ef 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.8.0", + "version": "10.0.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",