mirror of
https://github.com/dessant/label-actions.git
synced 2026-03-13 01:27:03 -04:00
chore(release): 2.1.0
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "label-actions",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user