Skip to content

Commit

Permalink
chore(main): release 8.1.1 (#420)
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 Dec 7, 2023
1 parent 2ff2edc commit d4ca755
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
@@ -1,3 +1,3 @@
{
".": "8.1.0"
".": "8.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.1.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.1.0...v8.1.1) (2023-12-06)


### Trivial updates and changes.

* Update CSpell version (8.1.3) ([#419](https://github.com/streetsidesoftware/cspell-cli/issues/419)) ([2ff2edc](https://github.com/streetsidesoftware/cspell-cli/commit/2ff2edc5b1150d2bd9351efb19ea50ae5bee8e0d))

## [8.1.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.0.0...v8.1.0) (2023-12-05)


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

0 comments on commit d4ca755

Please sign in to comment.