Skip to content

Commit ece31f9

Browse files
chore(main): release 8.15.3 (#582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe825ee commit ece31f9

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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.15.2"
2+
".": "8.15.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.15.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.2...v8.15.3) (2024-11-06)
6+
7+
8+
### Trivial updates and changes.
9+
10+
* Update CSpell version (8.15.5) ([#581](https://github.com/streetsidesoftware/cspell-cli/issues/581)) ([40ebc32](https://github.com/streetsidesoftware/cspell-cli/commit/40ebc32749f2f2f9120d7be249405ef425c79019))
11+
* Update CSpell version (8.15.7) ([#583](https://github.com/streetsidesoftware/cspell-cli/issues/583)) ([e675c0a](https://github.com/streetsidesoftware/cspell-cli/commit/e675c0a224b7be765e9dfb5940588ac16abb487a))
12+
513
## [8.15.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.1...v8.15.2) (2024-10-18)
614

715

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.15.2
21+
rev: v8.15.3
2222
hooks:
2323
- id: cspell
2424
```

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.15.2",
7+
"version": "8.15.3",
88
"description": "CLI for cspell; A Spelling Checker for Code!",
99
"type": "module",
1010
"module": "index.js",

0 commit comments

Comments
 (0)