diff --git a/CHANGELOG.md b/CHANGELOG.md index 508718257..e8bb35080 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.3.4](https://github.com/streetsidesoftware/cspell-action/compare/v1.3.3...v1.3.4) (2021-10-06) + ### [1.3.3](https://github.com/streetsidesoftware/cspell-action/compare/v1.3.2...v1.3.3) (2021-10-05) ### [1.3.2](https://github.com/streetsidesoftware/cspell-action/compare/v1.3.1...v1.3.2) (2021-09-27) diff --git a/package.json b/package.json index c21d77a13..d63f82b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "1.3.3", + "version": "1.3.4", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,