Skip to content

Commit

Permalink
chore(main): release 8.2.0 (#428)
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 25, 2023
1 parent 37b6754 commit a60318e
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.1.1"
".": "8.2.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.2.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.1.1...v8.2.0) (2023-12-23)


### Features

* Update CSpell version (8.2.1) ([#427](https://github.com/streetsidesoftware/cspell-cli/issues/427)) ([fdcfafb](https://github.com/streetsidesoftware/cspell-cli/commit/fdcfafb9005c4678625f139285082cfcac7b5f51))


### Trivial updates and changes.

* Update CSpell version (8.2.3) ([#429](https://github.com/streetsidesoftware/cspell-cli/issues/429)) ([37b6754](https://github.com/streetsidesoftware/cspell-cli/commit/37b67543ddc508c1e779b72051d62a13778a7a53))

## [8.1.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.1.0...v8.1.1) (2023-12-06)


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

0 comments on commit a60318e

Please sign in to comment.