Skip to content

Commit 4643f15

Browse files
chore(main): release 10.0.0 (#792)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 727be4e commit 4643f15

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.8.0"
2+
".": "10.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [10.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.8.0...v10.0.0) (2026-04-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update CSpell version (10.0.0) ([#791](https://github.com/streetsidesoftware/cspell-cli/issues/791))
11+
12+
### Features
13+
14+
* Update CSpell version (10.0.0) ([#791](https://github.com/streetsidesoftware/cspell-cli/issues/791)) ([727be4e](https://github.com/streetsidesoftware/cspell-cli/commit/727be4ecc12d16234905815718874fee354e22a7))
15+
516
## [9.8.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.7.0...v9.8.0) (2026-04-05)
617

718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
1818
# .pre-commit-config.yaml
1919
repos:
2020
- repo: https://github.com/streetsidesoftware/cspell-cli
21-
rev: v9.8.0
21+
rev: v10.0.0
2222
hooks:
2323
- id: cspell # Spell check changed files
2424
- id: cspell # Spell check the commit message

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "9.8.0",
7+
"version": "10.0.0",
88
"description": "CLI for cspell; A Spelling Checker for Code!",
99
"type": "module",
1010
"module": "index.js",

0 commit comments

Comments
 (0)