From 2a369dd169dbad8df83eff444b7a5728523a91a8 Mon Sep 17 00:00:00 2001 From: dessant Date: Sat, 19 Jan 2019 13:45:53 +0200 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e3724..0702ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. + +## [0.8.2](https://github.com/dessant/lock-threads/compare/v0.8.1...v0.8.2) (2019-01-19) + + +### Bug Fixes + +* apply stricter config validation ([53b6320](https://github.com/dessant/lock-threads/commit/53b6320)) +* limit daysUntilLock to 10 years ([7ee7d4b](https://github.com/dessant/lock-threads/commit/7ee7d4b)) +* skip wrong search results ([5b94ab5](https://github.com/dessant/lock-threads/commit/5b94ab5)) + + + ## [0.8.1](https://github.com/dessant/lock-threads/compare/v0.8.0...v0.8.1) (2019-01-18) diff --git a/package.json b/package.json index eca36f9..9f909c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "0.8.1", + "version": "0.8.2", "description": "A GitHub App built with Probot that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",