From 36064fa396bcbcd7df169b9f932536b7e6d2666c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:51:30 +0100 Subject: [PATCH] chore(main): release 8.4.0 (#450) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d48393..818c562 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.3.0" + ".": "8.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4794c79..ef1d213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.3.0...v8.4.0) (2024-02-20) + + +### Features + +* Update CSpell version (8.4.0) ([#449](https://github.com/streetsidesoftware/cspell-cli/issues/449)) ([892ee3d](https://github.com/streetsidesoftware/cspell-cli/commit/892ee3dda11f7f2bcbe8bd58670c021265c784ab)) + + +### Trivial updates and changes. + +* Update CSpell version (8.4.1) ([#451](https://github.com/streetsidesoftware/cspell-cli/issues/451)) ([a9d03b6](https://github.com/streetsidesoftware/cspell-cli/commit/a9d03b6b20a9c2c64a647a2cd3e6c8fb2679f15b)) + ## [8.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.1...v8.3.0) (2024-01-02) diff --git a/README.md b/README.md index cdbdcca..b75f95c 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.3.0 + rev: v8.4.0 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index 085fec3..3634713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.3.0", + "version": "8.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "dependencies": { "cspell": "^8.4.1" diff --git a/package.json b/package.json index fdb89fe..b438733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "8.3.0", + "version": "8.4.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",