Skip to content

Commit 1e88f44

Browse files
committed
chore(package): Update package and changelog to 3.1.0
1 parent 49ab102 commit 1e88f44

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/documentationjs/gulp-documentation/compare/v3.0.0...v3.1.0) (2016-12-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **docs:** fix broken examples in code refs #20 ([2cafc52](https://github.com/documentationjs/gulp-documentation/commit/2cafc52)), closes [#20](https://github.com/documentationjs/gulp-documentation/issues/20)
8+
* **docs:** Fix straggling old-fashioned example ([d213581](https://github.com/documentationjs/gulp-documentation/commit/d213581))
9+
10+
### Features
11+
12+
* **documentation:** Update to documentation beta16, use conventional changelog ([49ab102](https://github.com/documentationjs/gulp-documentation/commit/49ab102))
13+
14+
15+
16+
117
## 3.0.0
218

319
- Updates documentation to v4.0.0-beta12

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"concat-stream": "^1.4.8",
13+
"cz-conventional-changelog": "^1.2.0",
1314
"eslint": "^3.9.1",
1415
"gulp": "^3.8.11",
1516
"tap": "8.0.0"
@@ -29,5 +30,10 @@
2930
"scripts": {
3031
"test": "eslint . && tap test/test.js",
3132
"docs": "documentation readme index.js --section=API"
33+
},
34+
"config": {
35+
"commitizen": {
36+
"path": "./node_modules/cz-conventional-changelog"
37+
}
3238
}
3339
}

0 commit comments

Comments
 (0)