diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf022e..8108caf 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. +## [3.0.0](https://github.com/dessant/lock-threads/compare/v2.1.2...v3.0.0) (2021-09-27) + + +### ⚠ BREAKING CHANGES + +* input parameter names have changed + +### Features + +* add new filtering and labeling options, update input parameter names ([26fd836](https://github.com/dessant/lock-threads/commit/26fd836f96f46625de24663c4dc2b84c8408fcb1)) +* allow manual triggering ([a0c7da3](https://github.com/dessant/lock-threads/commit/a0c7da306555d946273957477018fe178130ccf9)) + ### [2.1.2](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2) (2021-08-17) diff --git a/package-lock.json b/package-lock.json index b9e9af7..e3d5917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.1.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0d7a4b..7cf2a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.1.2", + "version": "3.0.0", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",