From 700f56b800fc0db347b71f936d0936cef816b4ad Mon Sep 17 00:00:00 2001 From: Vincent Ogloblinsky Date: Tue, 31 Oct 2017 16:53:55 +0100 Subject: [PATCH] 0.0.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bd6ce..06f1656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 0.0.8 (2017-10-31) + +### Bug Fixes + +* **chore:** don't stop stream ([4d74a147](https://github.com/compodoc/gulp-compodoc/commit/4d74a147)), closes [#4](https://github.com/compodoc/gulp-compodoc/issues/4) + ## 0.0.7 (2017-07-08) diff --git a/package.json b/package.json index 5565ec7..6471684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@compodoc/gulp-compodoc", - "version": "0.0.7", + "version": "0.0.8", "description": "Compodoc plugin for gulp", "main": "index.js", "scripts": {