From 8217e310f2a8a0c96eed7a11be8dcc408381f619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:54:56 +0000 Subject: [PATCH] chore(main): release 8.3.0 --- .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 7d53cf1..8d48393 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.1" + ".": "8.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc4f49..4794c79 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.3.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.1...v8.3.0) (2024-01-02) + + +### Features + +* Update CSpell version (8.3.0) ([#433](https://github.com/streetsidesoftware/cspell-cli/issues/433)) ([7598eca](https://github.com/streetsidesoftware/cspell-cli/commit/7598ecac27dd741d7a99ce011ece3598b8723721)) + + +### Trivial updates and changes. + +* Update CSpell version (8.3.2) ([#437](https://github.com/streetsidesoftware/cspell-cli/issues/437)) ([65b31a6](https://github.com/streetsidesoftware/cspell-cli/commit/65b31a6e7e85425317e12c255ccbae79d4f2003f)) + ## [8.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.2.0...v8.2.1) (2023-12-29) diff --git a/README.md b/README.md index 1130722..cdbdcca 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.1 + rev: v8.3.0 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index b8d9496..825e9e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "8.2.1", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "8.2.1", + "version": "8.3.0", "license": "MIT", "dependencies": { "cspell": "^8.3.2" diff --git a/package.json b/package.json index 6417a60..de51d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "8.2.1", + "version": "8.3.0", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",