Skip to content

Commit

Permalink
chore(main): release 8.12.0 (#525)
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 23, 2024
1 parent 653329c commit 2c9bf4a
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.11.0"
".": "8.12.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.12.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.11.0...v8.12.0) (2024-07-23)


### Features

* Update CSpell version (8.12.1) ([#524](https://github.com/streetsidesoftware/cspell-cli/issues/524)) ([7cefa07](https://github.com/streetsidesoftware/cspell-cli/commit/7cefa07b2094807f648a467cf7087522edbf2639))

## [8.11.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.10.1...v8.11.0) (2024-07-22)


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

0 comments on commit 2c9bf4a

Please sign in to comment.