From 1471943553baf60c6c42239fd6db7822725e9bb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:33:55 +0000 Subject: [PATCH] chore(main): release 6.31.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33f972f..e9749ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.31.0" + ".": "6.31.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 389bed8..96aab3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [6.31.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.31.0...v6.31.1) (2023-06-12) + + +### Bug Fixes + +* Fix pre-commit instructions. ([06c26da](https://github.com/streetsidesoftware/cspell-cli/commit/06c26daabf96eca3206c0a87c4b0fce5df982d81)) +* Workflow Bot -- Update ALL Dictionaries ([#337](https://github.com/streetsidesoftware/cspell-cli/issues/337)) ([4e759df](https://github.com/streetsidesoftware/cspell-cli/commit/4e759df6266b91e5caf44492c5b768be93eb11db)) + ## [6.31.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.30.1...v6.31.0) (2023-03-27) diff --git a/README.md b/README.md index 4e25210..56c2cb9 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: v6.31.0 + rev: v6.31.1 hooks: - id: cspell ``` diff --git a/package-lock.json b/package-lock.json index c9a6c04..d4212cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspell-cli", - "version": "6.31.0", + "version": "6.31.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-cli", - "version": "6.31.0", + "version": "6.31.1", "license": "MIT", "dependencies": { "cspell": "^6.31.1" diff --git a/package.json b/package.json index ba6e218..c737252 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "6.31.0", + "version": "6.31.1", "description": "CLI for cspell; A Spelling Checker for Code!", "main": "index.js", "bin": {