From f1bb4daf72c8fb1776b1f0255eeffbbe17daf395 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 19 Jul 2018 17:03:31 -0700 Subject: [PATCH] chore(release): 8.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f5d8b..7b7dd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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)) + + + ## [8.0.1](https://github.com/documentationjs/documentation/compare/v8.0.0...v8.0.1) (2018-07-16) diff --git a/package.json b/package.json index 05c6742..5236525 100644 --- a/package.json +++ b/package.json @@ -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"