From 887ed272b706114510996d8054d9913370ae61f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:09:20 +0100 Subject: [PATCH] chore(main): release 8.2.1 (#431) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f59c11c..7d53cf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.0" + ".": "8.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f86f990..8dc4f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.0...v8.2.1) (2023-12-29) + + +### Trivial updates and changes. + +* Update CSpell version (8.2.4) ([#430](https://github.com/streetsidesoftware/cspell-cli/issues/430)) ([6062061](https://github.com/streetsidesoftware/cspell-cli/commit/606206125a4617601ca36ff64067219cfd368664)) + ## [8.2.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.1.1...v8.2.0) (2023-12-23) diff --git a/README.md b/README.md index 645900b..1130722 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: v8.2.0 + rev: v8.2.1 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index c3e4e7d..a2665cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.2.0", + "version": "8.2.1", "license": "MIT", "dependencies": { "cspell": "^8.2.4" diff --git a/package.json b/package.json index f789fad..3d0dd0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "8.2.0", + "version": "8.2.1", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",