Skip to content

Commit

Permalink
chore(main): release 8.16.0 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 10, 2024
1 parent 5b60e68 commit 8991e70
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.15.3"
".": "8.16.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.16.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.3...v8.16.0) (2024-11-10)


### Features

* Update CSpell version (8.16.0) ([#587](https://github.com/streetsidesoftware/cspell-cli/issues/587)) ([a1e6559](https://github.com/streetsidesoftware/cspell-cli/commit/a1e65598c31748da2c187184316f3daa9b261afc))

## [8.15.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.2...v8.15.3) (2024-11-06)


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.15.3
rev: v8.16.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
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
"version": "8.15.3",
"version": "8.16.0",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 8991e70

Please sign in to comment.