From 34af99b18598f86d559d95c29ad1ae89f3607f40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:55:14 +0000 Subject: [PATCH] chore(main): release 5.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8f5b36f7..322916189 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b122ca118..b01250714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [5.1.1](https://github.com/streetsidesoftware/cspell-action/compare/v5.1.0...v5.1.1) (2023-12-20) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1487](https://github.com/streetsidesoftware/cspell-action/issues/1487)) ([d32dba7](https://github.com/streetsidesoftware/cspell-action/commit/d32dba7d4f3e297b419a483e3e5a291ca0a3fd01)) +* Update Dictionaries and Dependencies ([#1492](https://github.com/streetsidesoftware/cspell-action/issues/1492)) ([25c77bb](https://github.com/streetsidesoftware/cspell-action/commit/25c77bba055bdf81221bed8267778560eb63ab63)) +* Update Dictionaries and Dependencies ([#1495](https://github.com/streetsidesoftware/cspell-action/issues/1495)) ([d74975f](https://github.com/streetsidesoftware/cspell-action/commit/d74975fb70fef6c0995a777a9f8984ed2a082ce6)) + ## [5.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.0.1...v5.1.0) (2023-12-07) diff --git a/package.json b/package.json index b20e1ea60..1ba487c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "5.1.0", + "version": "5.1.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,