From 208a6aeb62ac32a25d5f0fda644df16b41aa550d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:26:42 +0100 Subject: [PATCH] chore(main): release 2.15.1 (#1108) :robot: I have created a release *beep* *boop* --- ## [2.15.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.0...v2.15.1) (2022-12-30) ### Updates and Bug Fixes * Update CSpell to (6.18.1) ([0505333](https://github.com/streetsidesoftware/cspell-action/commit/0505333a31b31fc25c47e8b2e82092cd2262a8e0)) * Update CSpell to (6.18.1) (main) ([#1115](https://github.com/streetsidesoftware/cspell-action/issues/1115)) ([0505333](https://github.com/streetsidesoftware/cspell-action/commit/0505333a31b31fc25c47e8b2e82092cd2262a8e0)) * Workflow Bot -- Update ALL Dependencies ([9798df0](https://github.com/streetsidesoftware/cspell-action/commit/9798df0211ce94dcc06693eb23ac1368e98a8af0)) * Workflow Bot -- Update ALL Dependencies (main) ([#1109](https://github.com/streetsidesoftware/cspell-action/issues/1109)) ([9798df0](https://github.com/streetsidesoftware/cspell-action/commit/9798df0211ce94dcc06693eb23ac1368e98a8af0)) ### Continuous Integration * Workflow Bot -- Update ALL Dependencies ([3ca5553](https://github.com/streetsidesoftware/cspell-action/commit/3ca555397be356fadd8530b9de2ad42e7f5c1b41)) * Workflow Bot -- Update ALL Dependencies ([1058fad](https://github.com/streetsidesoftware/cspell-action/commit/1058fadac0b08f66480e4c173f3f2af0a40605b9)) * Workflow Bot -- Update ALL Dependencies (main) ([#1107](https://github.com/streetsidesoftware/cspell-action/issues/1107)) ([1058fad](https://github.com/streetsidesoftware/cspell-action/commit/1058fadac0b08f66480e4c173f3f2af0a40605b9)) * Workflow Bot -- Update ALL Dependencies (main) ([#1112](https://github.com/streetsidesoftware/cspell-action/issues/1112)) ([3ca5553](https://github.com/streetsidesoftware/cspell-action/commit/3ca555397be356fadd8530b9de2ad42e7f5c1b41)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcc47ff78..395085aea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.15.0" + ".": "2.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c5c3d2b..f58d237a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +## [2.15.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.0...v2.15.1) (2022-12-30) + + +### Updates and Bug Fixes + +* Update CSpell to (6.18.1) ([0505333](https://github.com/streetsidesoftware/cspell-action/commit/0505333a31b31fc25c47e8b2e82092cd2262a8e0)) +* Update CSpell to (6.18.1) (main) ([#1115](https://github.com/streetsidesoftware/cspell-action/issues/1115)) ([0505333](https://github.com/streetsidesoftware/cspell-action/commit/0505333a31b31fc25c47e8b2e82092cd2262a8e0)) +* Workflow Bot -- Update ALL Dependencies ([9798df0](https://github.com/streetsidesoftware/cspell-action/commit/9798df0211ce94dcc06693eb23ac1368e98a8af0)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1109](https://github.com/streetsidesoftware/cspell-action/issues/1109)) ([9798df0](https://github.com/streetsidesoftware/cspell-action/commit/9798df0211ce94dcc06693eb23ac1368e98a8af0)) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([3ca5553](https://github.com/streetsidesoftware/cspell-action/commit/3ca555397be356fadd8530b9de2ad42e7f5c1b41)) +* Workflow Bot -- Update ALL Dependencies ([1058fad](https://github.com/streetsidesoftware/cspell-action/commit/1058fadac0b08f66480e4c173f3f2af0a40605b9)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1107](https://github.com/streetsidesoftware/cspell-action/issues/1107)) ([1058fad](https://github.com/streetsidesoftware/cspell-action/commit/1058fadac0b08f66480e4c173f3f2af0a40605b9)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1112](https://github.com/streetsidesoftware/cspell-action/issues/1112)) ([3ca5553](https://github.com/streetsidesoftware/cspell-action/commit/3ca555397be356fadd8530b9de2ad42e7f5c1b41)) + ## [2.15.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.14.0...v2.15.0) (2022-12-21) diff --git a/package.json b/package.json index 9c39ec2d9..4ac9cb175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.15.0", + "version": "2.15.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,