Skip to content

Commit

Permalink
chore(main): release 8.13.0 (#528)
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 Jul 30, 2024
1 parent b89ea1b commit 53a8582
Show file tree
Hide file tree
Showing 5 changed files with 12 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.12.0"
".": "8.13.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.12.0...v8.13.0) (2024-07-30)


### Features

* Update CSpell version (8.13.0) ([#527](https://github.com/streetsidesoftware/cspell-cli/issues/527)) ([c6d0d4c](https://github.com/streetsidesoftware/cspell-cli/commit/c6d0d4c177100e127bcb1dfb8763d8e314d8edc9))

## [8.12.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.11.0...v8.12.0) (2024-07-23)


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

0 comments on commit 53a8582

Please sign in to comment.