Skip to content

Commit

Permalink
chore(main): release 7.3.2 (#391)
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] authored Oct 16, 2023
1 parent a0a9649 commit 6273eb2
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.3.1"
".": "7.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [7.3.2](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.1...v7.3.2) (2023-10-16)


### Trivial updates and changes.

* Workflow Bot -- Update CSpell to (7.3.8) (main) ([#393](https://github.com/streetsidesoftware/cspell-cli/issues/393)) ([19955b5](https://github.com/streetsidesoftware/cspell-cli/commit/19955b5dc8aa9bb7f957760b6df33c62e6b8ab5c))

## [7.3.1](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.0...v7.3.1) (2023-09-29)


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: v7.3.1
rev: v7.3.2
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": "7.3.1",
"version": "7.3.2",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 6273eb2

Please sign in to comment.