diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac40ab..56a311a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0](https://github.com/dessant/lock-threads/compare/v1.0.1...v2.0.0) (2020-02-17) + + +### ⚠ BREAKING CHANGES + +* The deployment method and configuration options have changed. + +### Features + +* move to GitHub Actions ([eb01523](https://github.com/dessant/lock-threads/commit/eb01523c2455360feaadea2ccf7db8a21532bef4)) + ### [1.0.1](https://github.com/dessant/lock-threads/compare/v1.0.0...v1.0.1) (2019-10-25) diff --git a/package-lock.json b/package-lock.json index 3993f98..010fcec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1eb9065..38f5e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "1.0.1", + "version": "2.0.0", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",