Skip to content

Commit 36064fa

Browse files
chore(main): release 8.4.0 (#450)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9d03b6 commit 36064fa

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-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.3.0"
2+
".": "8.4.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.3.0...v8.4.0) (2024-02-20)
6+
7+
8+
### Features
9+
10+
* Update CSpell version (8.4.0) ([#449](https://github.com/streetsidesoftware/cspell-cli/issues/449)) ([892ee3d](https://github.com/streetsidesoftware/cspell-cli/commit/892ee3dda11f7f2bcbe8bd58670c021265c784ab))
11+
12+
13+
### Trivial updates and changes.
14+
15+
* Update CSpell version (8.4.1) ([#451](https://github.com/streetsidesoftware/cspell-cli/issues/451)) ([a9d03b6](https://github.com/streetsidesoftware/cspell-cli/commit/a9d03b6b20a9c2c64a647a2cd3e6c8fb2679f15b))
16+
517
## [8.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.1...v8.3.0) (2024-01-02)
618

719

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
1010
# .pre-commit-config.yaml
1111
repos:
1212
- repo: https://github.com/streetsidesoftware/cspell-cli
13-
rev: v8.3.0
13+
rev: v8.4.0
1414
hooks:
1515
- id: cspell
1616
```

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
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-cli",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"description": "CLI for cspell; A Spelling Checker for Code!",
55
"type": "module",
66
"module": "index.js",

0 commit comments

Comments
 (0)