Skip to content

Commit

Permalink
chore(main): release 8.15.2 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 19, 2024
1 parent dae3dca commit 34a038a
Show file tree
Hide file tree
Showing 5 changed files with 14 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.1"
".": "8.15.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.1...v8.15.2) (2024-10-18)


### Trivial updates and changes.

* Update CSpell version (8.15.2) ([#572](https://github.com/streetsidesoftware/cspell-cli/issues/572)) ([882c7a0](https://github.com/streetsidesoftware/cspell-cli/commit/882c7a07b5992f68181391abd90b6ee397816267))
* Update CSpell version (8.15.3) ([#574](https://github.com/streetsidesoftware/cspell-cli/issues/574)) ([9abdc89](https://github.com/streetsidesoftware/cspell-cli/commit/9abdc89251202ca76290577f43ce7e26bef80872))
* Update CSpell version (8.15.4) ([#577](https://github.com/streetsidesoftware/cspell-cli/issues/577)) ([dae3dca](https://github.com/streetsidesoftware/cspell-cli/commit/dae3dca1279c03e97473d235887effa0e2edd0b6))

## [8.15.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.0...v8.15.1) (2024-10-11)


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.1
rev: v8.15.2
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.1",
"version": "8.15.2",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 34a038a

Please sign in to comment.