diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4986f..465c7ee 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.2](https://github.com/dessant/reaction-comments/compare/v2.1.1...v2.1.2) (2021-07-10) + + +### Bug Fixes + +* add required permission ([c83ec47](https://github.com/dessant/reaction-comments/commit/c83ec4712f6cbc2cc93b756700840d7f43880fc6)) + ### [2.1.1](https://github.com/dessant/reaction-comments/compare/v2.1.0...v2.1.1) (2021-07-09) diff --git a/package-lock.json b/package-lock.json index 0f48ac3..2729f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reaction-comments", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b33135e..ad88de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reaction-comments", - "version": "2.1.1", + "version": "2.1.2", "description": "A GitHub Action that deletes +1 comments and encourages the use of GitHub reactions.", "author": "Armin Sebastian", "license": "MIT",