diff --git a/CHANGELOG.md b/CHANGELOG.md index 581ea0c10..a905cafc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.6.0](https://github.com/streetsidesoftware/cspell-action/compare/v1.5.2...v1.6.0) (2022-03-12) + ### 1.5.2 (2022-03-12) ### 1.5.1 (2022-02-01) diff --git a/package.json b/package.json index 5bca69a10..7cbf0e6b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "1.5.2", + "version": "1.6.0", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,