From 57741f635e5e5ab51ac5585aaeef0facfed6e20d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:22:26 +0100 Subject: [PATCH] chore(main): release 7.3.3 (#400) 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 5a375b4..c7fa227 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.2" + ".": "7.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eae4f8b..ec89cf8 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. +## [7.3.3](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.2...v7.3.3) (2023-11-07) + + +### Trivial updates and changes. + +* Workflow Bot -- Update CSpell to (7.3.9) (main) ([#399](https://github.com/streetsidesoftware/cspell-cli/issues/399)) ([137578d](https://github.com/streetsidesoftware/cspell-cli/commit/137578da9ef23094b9242cb8a775226f5c484f98)) + ## [7.3.2](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.1...v7.3.2) (2023-10-16) diff --git a/README.md b/README.md index 912db8a..e790d94 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: v7.3.2 + rev: v7.3.3 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index 2777121..7bcbd9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "7.3.2", + "version": "7.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "7.3.2", + "version": "7.3.3", "license": "MIT", "dependencies": { "cspell": "^7.3.9" diff --git a/package.json b/package.json index 0973703..a403cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "7.3.2", + "version": "7.3.3", "description": "CLI for cspell; A Spelling Checker for Code!", "type": "module", "module": "index.js",