Skip to content

Commit fd81c04

Browse files
committed
Merge tag '0.0.7' into develop
0.0.7
2 parents bc6820c + c3372c3 commit fd81c04

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="0.0.7"></a>
2+
## 0.0.7 (2017-07-08)
3+
4+
### Bug Fixes
5+
6+
* **chore:** don't stop stream ([bc6820c](https://github.com/compodoc/gulp-compodoc/commit/bc6820c)), closes [#4](https://github.com/compodoc/gulp-compodoc/issues/4)
7+
18
<a name="0.0.6"></a>
29
## 0.0.6 (2017-05-02)
310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/gulp-compodoc",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Compodoc plugin for gulp",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"node": ">=5.10.0"
3333
},
3434
"dependencies": {
35-
"@compodoc/compodoc": "^1.0.0-beta.10",
35+
"@compodoc/compodoc": "^1.0.0-beta.11",
3636
"event-stream": "^3.3.4",
3737
"gulp-util": "^3.0.7",
3838
"through2": "^2.0.1"

0 commit comments

Comments
 (0)