diff --git a/CHANGELOG.md b/CHANGELOG.md index 5500ccd..b6b7027 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.1](https://github.com/dessant/label-actions/compare/v2.1.0...v2.1.1) (2021-05-06) + + +### Bug Fixes + +* declare required permissions ([c615c70](https://github.com/dessant/label-actions/commit/c615c7022ee139fe7bc3035414d35409216f9602)) + ## [2.1.0](https://github.com/dessant/label-actions/compare/v2.0.0...v2.1.0) (2021-05-06) diff --git a/package-lock.json b/package-lock.json index d9fb1f1..0c7fd5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a26757f..3d5b329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "2.1.0", + "version": "2.1.1", "description": "A GitHub Action that performs actions when issues or pull requests are labeled or unlabeled.", "author": "Armin Sebastian", "license": "MIT",