From 7359fcc3f06f9e3f9526f503fd00a8f1623ca496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 07:58:54 +0200 Subject: [PATCH] chore(main): release 2.1.0 (#816) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eba73713..f4fd0751f 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. +## [2.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.0.1...v2.1.0) (2022-07-08) + + +### Features + +* Update CSpell to 6.2.2 ([#805](https://github.com/streetsidesoftware/cspell-action/issues/805)) ([69fed4f](https://github.com/streetsidesoftware/cspell-action/commit/69fed4fecf4d17f4b4ac76174d727b60ec8a8c62)) + ### 2.0.2 (2022-06-09) ### 2.0.1 (2022-05-25) diff --git a/package.json b/package.json index 32e3e85eb..d635c6876 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.0.2", + "version": "2.1.0", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,