Skip to content

Commit 73b6af3

Browse files
chore(main): release 8.18.0 (#650)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c880075 commit 73b6af3

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-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-
".": "8.17.3"
2+
".": "8.18.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [8.18.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.3...v8.18.0) (2025-04-18)
6+
7+
8+
### Features
9+
10+
* Update CSpell version (8.18.0) ([#648](https://github.com/streetsidesoftware/cspell-cli/issues/648)) ([eefd332](https://github.com/streetsidesoftware/cspell-cli/commit/eefd332d61c22c6e74312c15bf988c0b91dc9dba))
11+
* Update CSpell version (8.19.0) ([#656](https://github.com/streetsidesoftware/cspell-cli/issues/656)) ([3b6fa0f](https://github.com/streetsidesoftware/cspell-cli/commit/3b6fa0fcb33135ef55e97d92d23aebca203cfdf9))
12+
13+
14+
### Trivial updates and changes.
15+
16+
* Revert "feat: Update CSpell version (8.19.0)" ([#657](https://github.com/streetsidesoftware/cspell-cli/issues/657)) ([c880075](https://github.com/streetsidesoftware/cspell-cli/commit/c880075c3bd3501814c9f753ca931b8c5c478ec7))
17+
* Update CSpell version (8.18.1) ([#651](https://github.com/streetsidesoftware/cspell-cli/issues/651)) ([a70d6bb](https://github.com/streetsidesoftware/cspell-cli/commit/a70d6bb7a511f963c62af49b1d11cacdac7948ea))
18+
519
## [8.17.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.2...v8.17.3) (2025-02-23)
620

721

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: v8.17.3
21+
rev: v8.18.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": "8.17.3",
7+
"version": "8.18.0",
88
"description": "CLI for cspell; A Spelling Checker for Code!",
99
"type": "module",
1010
"module": "index.js",

0 commit comments

Comments
 (0)