Skip to content

Commit

Permalink
chore(main): release 8.3.0 (#435)
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 Jan 2, 2024
1 parent 65b31a6 commit a2d6952
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.2.1"
".": "8.3.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.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.1...v8.3.0) (2024-01-02)


### Features

* Update CSpell version (8.3.0) ([#433](https://github.com/streetsidesoftware/cspell-cli/issues/433)) ([7598eca](https://github.com/streetsidesoftware/cspell-cli/commit/7598ecac27dd741d7a99ce011ece3598b8723721))


### Trivial updates and changes.

* Update CSpell version (8.3.2) ([#437](https://github.com/streetsidesoftware/cspell-cli/issues/437)) ([65b31a6](https://github.com/streetsidesoftware/cspell-cli/commit/65b31a6e7e85425317e12c255ccbae79d4f2003f))

## [8.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.0...v8.2.1) (2023-12-29)


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

0 comments on commit a2d6952

Please sign in to comment.