From 486f7380c15596f92b724e4260e4981c68d6bde6 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 1 Jan 2021 12:19:00 +0200 Subject: [PATCH] chore(release): 2.0.3 --- 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 97278db..aea779d 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.0.3](https://github.com/dessant/lock-threads/compare/v2.0.2...v2.0.3) (2021-01-01) + + +### Bug Fixes + +* update imported package name ([eba004b](https://github.com/dessant/lock-threads/commit/eba004bec39a410184db347eec5294ca57d38188)) + ### [2.0.2](https://github.com/dessant/lock-threads/compare/v2.0.1...v2.0.2) (2021-01-01) diff --git a/package-lock.json b/package-lock.json index c7a2a96..afc4462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1fd49eb..cbb1bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.2", + "version": "2.0.3", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",