diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6a2d6..9067b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [4.0.1](https://github.com/dessant/label-actions/compare/v4.0.0...v4.0.1) (2023-11-21) + + +### Bug Fixes + +* always apply close and lock reason ([a1d1e68](https://github.com/dessant/label-actions/commit/a1d1e683415d1c9c910dfdf461abe040e806d7ed)) + ## [4.0.0](https://github.com/dessant/label-actions/compare/v3.1.0...v4.0.0) (2023-11-10) diff --git a/package-lock.json b/package-lock.json index c3e3056..2812900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "label-actions", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "label-actions", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 2eed1fd..6d3600b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "4.0.0", + "version": "4.0.1", "description": "A GitHub Action that performs actions when issues, pull requests or discussions are labeled or unlabeled.", "author": "Armin Sebastian", "license": "MIT",