diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c575a16..c5d7443 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.0" + ".": "7.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a712e45..1417f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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-15) + + +### 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)) + ## [7.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v7.2.0...v7.3.0) (2023-09-01) diff --git a/README.md b/README.md index 4f1aca3..2219185 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package-lock.json b/package-lock.json index 5bb55d2..39278ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "7.3.0", + "version": "7.3.1", "license": "MIT", "dependencies": { "cspell": "^7.3.6" diff --git a/package.json b/package.json index 54e4d0c..4a719d2 100644 --- a/package.json +++ b/package.json @@ -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",