From 5ae6838121ad228854bf9ea1e5a825dcb2e9c47a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Oct 2019 15:24:39 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/jackpope/DocReducer/compare/v1.0.1...v1.0.2) (2019-10-27) ### Bug Fixes * **docs:** Update readme/license and provide homepage url for NPM distro ([dc85f37](https://github.com/jackpope/DocReducer/commit/dc85f373d6b6e6f9a93b5803a3e97fea0c09f10d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5800b5..069d511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/jackpope/DocReducer/compare/v1.0.1...v1.0.2) (2019-10-27) + + +### Bug Fixes + +* **docs:** Update readme/license and provide homepage url for NPM distro ([dc85f37](https://github.com/jackpope/DocReducer/commit/dc85f373d6b6e6f9a93b5803a3e97fea0c09f10d)) + ## [1.0.1](https://github.com/jackpope/DocReducer/compare/v1.0.0...v1.0.1) (2019-10-27) diff --git a/package.json b/package.json index 7cd2a0a..1c2e653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doc-reducer", - "version": "1.0.1", + "version": "1.0.2", "description": "Pull docs from multiple Github repos into a single VuePress site", "homepage": "https://www.github.com/jackpope/DocReducer", "main": "src/index.js",