From 1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 22 Nov 2023 10:19:41 +0200 Subject: [PATCH] chore(release): 5.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e374c..1206c79 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. +## [5.0.1](https://github.com/dessant/lock-threads/compare/v5.0.0...v5.0.1) (2023-11-22) + + +### Bug Fixes + +* support filtering threads by labels with spaces ([0a63678](https://github.com/dessant/lock-threads/commit/0a6367823273242f373440ac6d682e4f368a347f)), closes [#40](https://github.com/dessant/lock-threads/issues/40) + ## [5.0.0](https://github.com/dessant/lock-threads/compare/v4.0.1...v5.0.0) (2023-11-14) diff --git a/package-lock.json b/package-lock.json index a6ebe51..54e1dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lock-threads", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lock-threads", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 78972b1..8418e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "5.0.0", + "version": "5.0.1", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",