From 01d01c3000648524152cd126609c05a4817087da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:03:35 +0000 Subject: [PATCH] chore(main): release 8.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31b5f93..d7c4fd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.13.3" + ".": "8.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b26cc2..3853ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.14.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.3...v8.14.0) (2024-09-29) + + +### Features + +* Update CSpell version (8.14.1) ([#544](https://github.com/streetsidesoftware/cspell-cli/issues/544)) ([239550e](https://github.com/streetsidesoftware/cspell-cli/commit/239550e2fd64e24d2ef4088e70c224303cbb49f0)) + + +### Trivial updates and changes. + +* Update CSpell version (8.14.2) ([#549](https://github.com/streetsidesoftware/cspell-cli/issues/549)) ([841f205](https://github.com/streetsidesoftware/cspell-cli/commit/841f2056c3c991e4fb298ec65fb6331fa822889b)) +* Update CSpell version (8.14.4) ([#554](https://github.com/streetsidesoftware/cspell-cli/issues/554)) ([86f7e0e](https://github.com/streetsidesoftware/cspell-cli/commit/86f7e0eecfd5e931670108b2a623fa057d1aaae3)) + ## [8.13.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.2...v8.13.3) (2024-08-12) diff --git a/README.md b/README.md index 3d767a8..440c1da 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.13.3 + rev: v8.14.0 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index d6e988b..dbfbef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.13.3", + "version": "8.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.13.3", + "version": "8.14.0", "license": "MIT", "dependencies": { "cspell": "^8.14.4" diff --git a/package.json b/package.json index d39a4f0..202d420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "8.13.3", + "version": "8.14.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",