chore(release): 8.0.2

This commit is contained in:
Tom MacWright 2018-07-19 17:03:31 -07:00
parent 53df4320ec
commit f1bb4daf72
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
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="8.0.2"></a>
## [8.0.2](https://github.com/documentationjs/documentation/compare/v8.0.1...v8.0.2) (2018-07-20)
### Bug Fixes
* **package:** update git-url-parse to version 10.0.1 ([91ade89](https://github.com/documentationjs/documentation/commit/91ade89))
<a name="8.0.1"></a>
## [8.0.1](https://github.com/documentationjs/documentation/compare/v8.0.0...v8.0.1) (2018-07-16)

View File

@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "8.0.1",
"version": "8.0.2",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"