Skip to content

Commit 7d6fb8d

Browse files
chore(main): release 9.6.0 (#756)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae05818 commit 7d6fb8d

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

.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.4.0"
2+
".": "9.6.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [9.6.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.4.0...v9.6.0) (2026-01-26)
6+
7+
8+
### Features
9+
10+
* Update CSpell version (9.6.0) ([#749](https://github.com/streetsidesoftware/cspell-cli/issues/749)) ([6edd566](https://github.com/streetsidesoftware/cspell-cli/commit/6edd5662153267c54180d8e53c811c934dd119c8))
11+
12+
13+
### Trivial updates and changes.
14+
15+
* Update CSpell version (9.6.1) ([#758](https://github.com/streetsidesoftware/cspell-cli/issues/758)) ([372d562](https://github.com/streetsidesoftware/cspell-cli/commit/372d5625a66a20f29f16cf931cdf8f9766e9f4aa))
16+
* Update CSpell version (9.6.2) ([#760](https://github.com/streetsidesoftware/cspell-cli/issues/760)) ([ae05818](https://github.com/streetsidesoftware/cspell-cli/commit/ae0581865d2d7aa1bd1e6a3578cdfdd1ed328145))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 9.6.0 ([1bcacd8](https://github.com/streetsidesoftware/cspell-cli/commit/1bcacd83061094bf6062918283194fedff00a21b))
22+
523
## [9.4.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.3.3...v9.4.0) (2025-12-20)
624

725

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.4.0
21+
rev: v9.6.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.4.0",
7+
"version": "9.6.0",
88
"description": "CLI for cspell; A Spelling Checker for Code!",
99
"type": "module",
1010
"module": "index.js",

0 commit comments

Comments
 (0)