From f1a42f0f44eb83361d617a014663e1a76cf282d2 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 17 Aug 2021 11:32:33 +0300 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933855b..9cf022e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2) (2021-08-17) + + +### Bug Fixes + +* ignore error when commenting on issue converted to discussion ([60d2a1a](https://github.com/dessant/lock-threads/commit/60d2a1a4bee140c0408a057fdb025155cdba18dd)), closes [#24](https://github.com/dessant/lock-threads/issues/24) + ### [2.1.1](https://github.com/dessant/lock-threads/compare/v2.1.0...v2.1.1) (2021-07-09) diff --git a/package-lock.json b/package-lock.json index 2097f93..4f9866f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8db9588..bd9d237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.1.1", + "version": "2.1.2", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",