diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f3d16..4ce9a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1.0](https://github.com/dessant/label-actions/compare/v3.0.0...v3.1.0) (2023-06-08) + + +### Features + +* close and reopen discussions ([6fcd004](https://github.com/dessant/label-actions/commit/6fcd0042ba4a0d31bda6006e4b725082269d8462)), closes [#24](https://github.com/dessant/label-actions/issues/24) +* set close reason ([5155811](https://github.com/dessant/label-actions/commit/515581124b5f9c932553ce09bb3ec81d025c0d4d)), closes [#22](https://github.com/dessant/label-actions/issues/22) + + +### Bug Fixes + +* listen to correct pull request event ([0049c08](https://github.com/dessant/label-actions/commit/0049c08346729a2d6ce7fe9f85e70dd425aac943)) +* restore lock state only when needed ([8ebc35d](https://github.com/dessant/label-actions/commit/8ebc35d98bf4a8c61d6066fe76c310200e89a7f6)), closes [#23](https://github.com/dessant/label-actions/issues/23) + ## [3.0.0](https://github.com/dessant/label-actions/compare/v2.2.0...v3.0.0) (2022-12-04) diff --git a/package-lock.json b/package-lock.json index e769676..2009b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "label-actions", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "label-actions", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 739010f..54e1dda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "3.0.0", + "version": "3.1.0", "description": "A GitHub Action that performs actions when issues, pull requests or discussions are labeled or unlabeled.", "author": "Armin Sebastian", "license": "MIT",