From a738898aee85222e51977e798e7d1bb7af943ec1 Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 6 May 2021 17:53:42 +0300 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da26c1f..5500ccd 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/dessant/label-actions/compare/v2.0.0...v2.1.0) (2021-05-06) + + +### Features + +* make github-token optional and document the use of personal access tokens ([7584390](https://github.com/dessant/label-actions/commit/7584390ccbb411f10a65d10255b6e745615ae6bf)) + ## [2.0.0](https://github.com/dessant/label-actions/compare/v1.0.1...v2.0.0) (2021-01-17) diff --git a/package-lock.json b/package-lock.json index d9a14ad..d9fb1f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 285f7df..a26757f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "2.0.0", + "version": "2.1.0", "description": "A GitHub Action that performs actions when issues or pull requests are labeled or unlabeled.", "author": "Armin Sebastian", "license": "MIT",