diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5dff2d8..fcd6a90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.15.1" + ".": "8.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e98b840..dfa1bea 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. +## [8.15.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.1...v8.15.2) (2024-10-18) + + +### Trivial updates and changes. + +* Update CSpell version (8.15.2) ([#572](https://github.com/streetsidesoftware/cspell-cli/issues/572)) ([882c7a0](https://github.com/streetsidesoftware/cspell-cli/commit/882c7a07b5992f68181391abd90b6ee397816267)) +* Update CSpell version (8.15.3) ([#574](https://github.com/streetsidesoftware/cspell-cli/issues/574)) ([9abdc89](https://github.com/streetsidesoftware/cspell-cli/commit/9abdc89251202ca76290577f43ce7e26bef80872)) +* Update CSpell version (8.15.4) ([#577](https://github.com/streetsidesoftware/cspell-cli/issues/577)) ([dae3dca](https://github.com/streetsidesoftware/cspell-cli/commit/dae3dca1279c03e97473d235887effa0e2edd0b6)) + ## [8.15.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.15.0...v8.15.1) (2024-10-11) diff --git a/README.md b/README.md index 1f8dbe4..c24c37e 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.1 + rev: v8.15.2 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index 5187981..05a02ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.15.1", + "version": "8.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.15.1", + "version": "8.15.2", "license": "MIT", "dependencies": { "cspell": "^8.15.4" diff --git a/package.json b/package.json index d3c6715..02925e8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.15.1", + "version": "8.15.2", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",