Skip to content

Commit

Permalink
chore(main): release 8.4.0 (#450)
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] committed Feb 20, 2024
1 parent a9d03b6 commit 36064fa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "8.3.0"
".": "8.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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.4.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.3.0...v8.4.0) (2024-02-20)


### Features

* Update CSpell version (8.4.0) ([#449](https://github.com/streetsidesoftware/cspell-cli/issues/449)) ([892ee3d](https://github.com/streetsidesoftware/cspell-cli/commit/892ee3dda11f7f2bcbe8bd58670c021265c784ab))


### Trivial updates and changes.

* Update CSpell version (8.4.1) ([#451](https://github.com/streetsidesoftware/cspell-cli/issues/451)) ([a9d03b6](https://github.com/streetsidesoftware/cspell-cli/commit/a9d03b6b20a9c2c64a647a2cd3e6c8fb2679f15b))

## [8.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.1...v8.3.0) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,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.3.0
rev: v8.4.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
@@ -1,6 +1,6 @@
{
"name": "cspell-cli",
"version": "8.3.0",
"version": "8.4.0",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 36064fa

Please sign in to comment.