Skip to content

Commit

Permalink
chore(main): release 6.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2023
1 parent 8b1498d commit aa18186
Show file tree
Hide file tree
Showing 5 changed files with 14 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 @@
{
".": "6.31.0"
".": "6.31.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [6.31.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.31.0...v6.31.1) (2023-07-20)


### Bug Fixes

* Fix pre-commit instructions. ([06c26da](https://github.com/streetsidesoftware/cspell-cli/commit/06c26daabf96eca3206c0a87c4b0fce5df982d81))
* Workflow Bot -- Update ALL Dictionaries ([#337](https://github.com/streetsidesoftware/cspell-cli/issues/337)) ([4e759df](https://github.com/streetsidesoftware/cspell-cli/commit/4e759df6266b91e5caf44492c5b768be93eb11db))
* Workflow Bot -- Update CSpell to (6.31.2) (main) ([#347](https://github.com/streetsidesoftware/cspell-cli/issues/347)) ([8b1498d](https://github.com/streetsidesoftware/cspell-cli/commit/8b1498dce012a93c72b83a059755087c88cfebbe))

## [6.31.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.30.1...v6.31.0) (2023-03-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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: v6.31.0
rev: v6.31.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-cli",
"version": "6.31.0",
"version": "6.31.1",
"description": "CLI for cspell; A Spelling Checker for Code!",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit aa18186

Please sign in to comment.