diff --git a/CHANGELOG.md b/CHANGELOG.md index aea779d..0c03d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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/lock-threads/compare/v2.0.3...v2.1.0) (2021-07-09) + + +### Features + +* make github-token optional and document the use of personal access tokens ([3eba4fe](https://github.com/dessant/lock-threads/commit/3eba4feee52d51242057af33eb6a7f0a9969c1f9)) + + +### Bug Fixes + +* declare required permissions ([877b357](https://github.com/dessant/lock-threads/commit/877b357328e98d932378cfc33f428d17a9a7409d)) + ### [2.0.3](https://github.com/dessant/lock-threads/compare/v2.0.2...v2.0.3) (2021-01-01) diff --git a/package-lock.json b/package-lock.json index f6cf462..f9329f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0e798a..532b465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.3", + "version": "2.1.0", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",