From 054b247e7c7018a7abbbc06b7bd2a47e2eab1f8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:27:31 +0000 Subject: [PATCH] chore(main): release 9.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ffaa48..83a344a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.6.0" + ".": "9.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee8b01..c3f814d 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. +## [9.6.1](https://github.com/streetsidesoftware/cspell-cli/compare/v9.6.0...v9.6.1) (2026-02-08) + + +### Trivial updates and changes. + +* Update CSpell version (9.6.3) ([#765](https://github.com/streetsidesoftware/cspell-cli/issues/765)) ([89d1fe3](https://github.com/streetsidesoftware/cspell-cli/commit/89d1fe308fa7465d64515f1dbfd57875594eb535)) +* Update CSpell version (9.6.4) ([#767](https://github.com/streetsidesoftware/cspell-cli/issues/767)) ([06f2384](https://github.com/streetsidesoftware/cspell-cli/commit/06f2384ba88ecdcf6573b26327c8d54e7f5a047a)) + ## [9.6.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.4.0...v9.6.0) (2026-01-26) diff --git a/README.md b/README.md index 41ad9d1..e5608f7 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: v9.6.0 + rev: v9.6.1 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 af829ab..4af1eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "9.6.0", + "version": "9.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "9.6.0", + "version": "9.6.1", "license": "MIT", "dependencies": { "cspell": "^9.6.4" diff --git a/package.json b/package.json index eeb7d41..a992ae7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "9.6.0", + "version": "9.6.1", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",