Skip to content

Commit

Permalink
chore(main): release 8.9.0 (#492)
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 Jun 20, 2024
1 parent 604b2eb commit d71ddd3
Show file tree
Hide file tree
Showing 5 changed files with 18 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.8.2"
".": "8.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.2...v8.9.0) (2024-06-19)


### Features

* Update CSpell version (8.9.0) ([#500](https://github.com/streetsidesoftware/cspell-cli/issues/500)) ([909b5eb](https://github.com/streetsidesoftware/cspell-cli/commit/909b5eb45a1ca96fa9e8dedc7cf18a7fab560829))


### Trivial updates and changes.

* Update CSpell version (8.8.4) ([#491](https://github.com/streetsidesoftware/cspell-cli/issues/491)) ([eabf347](https://github.com/streetsidesoftware/cspell-cli/commit/eabf3476ab1ed593598ea0faaa145028dc12baf2))
* Update CSpell version (8.8.4) ([#493](https://github.com/streetsidesoftware/cspell-cli/issues/493)) ([86b1ef9](https://github.com/streetsidesoftware/cspell-cli/commit/86b1ef9b073cb6f95df5a29f7b79fa92a8de7f4d))

## [8.8.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.1...v8.8.2) (2024-05-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.8.2
rev: v8.9.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.8.2",
"version": "8.9.0",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit d71ddd3

Please sign in to comment.