diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a311a..ba0233e 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.1](https://github.com/dessant/lock-threads/compare/v2.0.0...v2.0.1) (2020-07-07) + + +### Bug Fixes + +* update dependencies ([a016bfb](https://github.com/dessant/lock-threads/commit/a016bfbb7a158eb14922b239899b5804b5075792)), closes [#17](https://github.com/dessant/lock-threads/issues/17) + ## [2.0.0](https://github.com/dessant/lock-threads/compare/v1.0.1...v2.0.0) (2020-02-17) diff --git a/package-lock.json b/package-lock.json index 95f58bc..7669f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e98657d..e2c03f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "2.0.0", + "version": "2.0.1", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",