Skip to content

Commit

Permalink
chore(main): release 7.3.1 (#377)
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 Sep 29, 2023
1 parent e0f4043 commit f8df33d
Show file tree
Hide file tree
Showing 5 changed files with 15 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.0"
".": "7.3.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.1](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.0...v7.3.1) (2023-09-29)


### Trivial updates and changes.

* Workflow Bot -- Update CSpell to (7.3.3) (main) ([#376](https://github.com/streetsidesoftware/cspell-cli/issues/376)) ([a2f282d](https://github.com/streetsidesoftware/cspell-cli/commit/a2f282d418dac68d82eb5727786ba49459abe23d))
* Workflow Bot -- Update CSpell to (7.3.5) (main) ([#378](https://github.com/streetsidesoftware/cspell-cli/issues/378)) ([eb1eaad](https://github.com/streetsidesoftware/cspell-cli/commit/eb1eaadcf615cdb5a01cceec11bcd659b74116be))
* Workflow Bot -- Update CSpell to (7.3.6) (main) ([#384](https://github.com/streetsidesoftware/cspell-cli/issues/384)) ([af1e32b](https://github.com/streetsidesoftware/cspell-cli/commit/af1e32b7f3b30c0ab14ede7bf778155de18fe63d))
* Workflow Bot -- Update CSpell to (7.3.7) (main) ([#390](https://github.com/streetsidesoftware/cspell-cli/issues/390)) ([81c7b04](https://github.com/streetsidesoftware/cspell-cli/commit/81c7b04d34b15553e1e6c34df04c05464839f956))

## [7.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v7.2.0...v7.3.0) (2023-09-01)


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

0 comments on commit f8df33d

Please sign in to comment.