Skip to content

Commit

Permalink
chore(main): release 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 4fabcc2 commit 431d8d1
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.13.3"
".": "8.14.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.14.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.3...v8.14.0) (2024-10-07)


### Features

* Update CSpell version (8.14.1) ([#544](https://github.com/streetsidesoftware/cspell-cli/issues/544)) ([239550e](https://github.com/streetsidesoftware/cspell-cli/commit/239550e2fd64e24d2ef4088e70c224303cbb49f0))


### Trivial updates and changes.

* Update CSpell version (8.14.2) ([#549](https://github.com/streetsidesoftware/cspell-cli/issues/549)) ([841f205](https://github.com/streetsidesoftware/cspell-cli/commit/841f2056c3c991e4fb298ec65fb6331fa822889b))
* Update CSpell version (8.14.4) ([#554](https://github.com/streetsidesoftware/cspell-cli/issues/554)) ([86f7e0e](https://github.com/streetsidesoftware/cspell-cli/commit/86f7e0eecfd5e931670108b2a623fa057d1aaae3))

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


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

0 comments on commit 431d8d1

Please sign in to comment.