diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcd6a90..8b838cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.15.2" + ".": "8.15.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa1bea..712c73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [8.15.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.2...v8.15.3) (2024-11-06) + + +### Trivial updates and changes. + +* Update CSpell version (8.15.5) ([#581](https://github.com/streetsidesoftware/cspell-cli/issues/581)) ([40ebc32](https://github.com/streetsidesoftware/cspell-cli/commit/40ebc32749f2f2f9120d7be249405ef425c79019)) +* Update CSpell version (8.15.7) ([#583](https://github.com/streetsidesoftware/cspell-cli/issues/583)) ([e675c0a](https://github.com/streetsidesoftware/cspell-cli/commit/e675c0a224b7be765e9dfb5940588ac16abb487a)) + ## [8.15.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.1...v8.15.2) (2024-10-18) diff --git a/README.md b/README.md index c24c37e..162c97f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.15.2 + rev: v8.15.3 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index 9463b3c..9a29729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.15.2", + "version": "8.15.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.15.2", + "version": "8.15.3", "license": "MIT", "dependencies": { "cspell": "^8.15.7" diff --git a/package.json b/package.json index fc9fbff..934ee52 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.15.2", + "version": "8.15.3", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",