diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0233e..97278db 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.2](https://github.com/dessant/lock-threads/compare/v2.0.1...v2.0.2) (2021-01-01) + + +### Bug Fixes + +* update dependencies ([eb0aabb](https://github.com/dessant/lock-threads/commit/eb0aabb42c66b0d8f954cbceabe5809170095a9a)) + ### [2.0.1](https://github.com/dessant/lock-threads/compare/v2.0.0...v2.0.1) (2020-07-07) diff --git a/package-lock.json b/package-lock.json index aa81cfc..c7a2a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b905e3c..1fd49eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.1", + "version": "2.0.2", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",