diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d33b7d4..48ad3b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.17.3" + ".": "8.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b06b089..ba6e023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.18.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.3...v8.18.0) (2025-04-18) + + +### Features + +* Update CSpell version (8.18.0) ([#648](https://github.com/streetsidesoftware/cspell-cli/issues/648)) ([eefd332](https://github.com/streetsidesoftware/cspell-cli/commit/eefd332d61c22c6e74312c15bf988c0b91dc9dba)) +* Update CSpell version (8.19.0) ([#656](https://github.com/streetsidesoftware/cspell-cli/issues/656)) ([3b6fa0f](https://github.com/streetsidesoftware/cspell-cli/commit/3b6fa0fcb33135ef55e97d92d23aebca203cfdf9)) + + +### Trivial updates and changes. + +* Revert "feat: Update CSpell version (8.19.0)" ([#657](https://github.com/streetsidesoftware/cspell-cli/issues/657)) ([c880075](https://github.com/streetsidesoftware/cspell-cli/commit/c880075c3bd3501814c9f753ca931b8c5c478ec7)) +* Update CSpell version (8.18.1) ([#651](https://github.com/streetsidesoftware/cspell-cli/issues/651)) ([a70d6bb](https://github.com/streetsidesoftware/cspell-cli/commit/a70d6bb7a511f963c62af49b1d11cacdac7948ea)) + ## [8.17.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.2...v8.17.3) (2025-02-23) diff --git a/README.md b/README.md index 4bf02dc..2decf0a 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.17.3 + rev: v8.18.0 hooks: - id: cspell # Spell check changed files - id: cspell # Spell check the commit message diff --git a/package-lock.json b/package-lock.json index 9eb4972..be68f43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.17.3", + "version": "8.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.17.3", + "version": "8.18.0", "license": "MIT", "dependencies": { "cspell": "^8.18.1" diff --git a/package.json b/package.json index f0ac159..3f92391 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.3", + "version": "8.18.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",