chore(release): 0.8.2

This commit is contained in:
dessant
2019-01-19 13:45:53 +02:00
parent 53b6320517
commit 2a369dd169
2 changed files with 13 additions and 1 deletions

View File

@@ -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.
<a name="0.8.2"></a>
## [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))
<a name="0.8.1"></a>
## [0.8.1](https://github.com/dessant/lock-threads/compare/v0.8.0...v0.8.1) (2019-01-18)

View File

@@ -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",