Skip to content

Commit

Permalink
chore(main): release 8.13.3 (#541)
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 Aug 12, 2024
1 parent ebf3055 commit 5d6528a
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.13.2"
".": "8.13.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.13.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.2...v8.13.3) (2024-08-12)


### Trivial updates and changes.

* force file paths in pre-commit ([#540](https://github.com/streetsidesoftware/cspell-cli/issues/540)) ([8d24a6a](https://github.com/streetsidesoftware/cspell-cli/commit/8d24a6aecb9a1fe2b5e865d1d4f4a541816ca926))
* Update CSpell version (8.13.3) ([#542](https://github.com/streetsidesoftware/cspell-cli/issues/542)) ([ebf3055](https://github.com/streetsidesoftware/cspell-cli/commit/ebf3055750272a57c1dc172cbfdb3e60cf90ba3c))

## [8.13.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.1...v8.13.2) (2024-08-08)


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.13.2
rev: v8.13.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
@@ -1,6 +1,6 @@
{
"name": "cspell-cli",
"version": "8.13.2",
"version": "8.13.3",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 5d6528a

Please sign in to comment.