Skip to content

Commit

Permalink
chore(main): release 6.30.1 (#318)
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 Mar 19, 2023
1 parent f9dec8e commit 3d46024
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.30.0"
".": "6.30.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.30.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.30.0...v6.30.1) (2023-03-19)


### Bug Fixes

* Workflow Bot -- Update CSpell to (6.30.1) (main) ([#317](https://github.com/streetsidesoftware/cspell-cli/issues/317)) ([b1d1c23](https://github.com/streetsidesoftware/cspell-cli/commit/b1d1c23669603ae37d31c70a267a3642aaac7c18))
* Workflow Bot -- Update CSpell to (6.30.2) (main) ([#319](https://github.com/streetsidesoftware/cspell-cli/issues/319)) ([3cfc4d8](https://github.com/streetsidesoftware/cspell-cli/commit/3cfc4d8bde28a81653de966297b4cae3ee9bb420))

## [6.30.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.29.0...v6.30.0) (2023-03-17)


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.30.0",
"version": "6.30.1",
"description": "CLI for cspell; A Spelling Checker for Code!",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 3d46024

Please sign in to comment.