Skip to content

Commit

Permalink
chore(main): release 8.15.3 (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent fe825ee commit ece31f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.15.2"
".": "8.15.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [8.15.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.2...v8.15.3) (2024-11-06)


### Trivial updates and changes.

* Update CSpell version (8.15.5) ([#581](https://github.com/streetsidesoftware/cspell-cli/issues/581)) ([40ebc32](https://github.com/streetsidesoftware/cspell-cli/commit/40ebc32749f2f2f9120d7be249405ef425c79019))
* Update CSpell version (8.15.7) ([#583](https://github.com/streetsidesoftware/cspell-cli/issues/583)) ([e675c0a](https://github.com/streetsidesoftware/cspell-cli/commit/e675c0a224b7be765e9dfb5940588ac16abb487a))

## [8.15.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.1...v8.15.2) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
# .pre-commit-config.yaml
repos:
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.2
rev: v8.15.3
hooks:
- id: cspell
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
"version": "8.15.2",
"version": "8.15.3",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit ece31f9

Please sign in to comment.