Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Commit 400aea0

Browse files
committed
0.7.1
1 parent b550756 commit 400aea0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.7.1 - November 13, 2015
2+
3+
* Update: Begin switch to Makefile.js (Nicholas C. Zakas)
4+
* Fix: permit return tag without type (fixes #136) (Tom MacWright)
5+
* Fix: package.json homepage field (Bogdan Chadkin)
6+
* Fix: Parse array default syntax. Fixes #133 (Tom MacWright)
7+
* Fix: Last tag always has \n in the description (fixes #87) (Burak Yigit Kaya)
8+
* Docs: Add changelog (Nicholas C. Zakas)
9+
110
v0.7.0 - September 21, 2015
211

312
* Docs: Update README with new info (fixes #127) (Nicholas C. Zakas)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JSDoc parser",
44
"homepage": "https://github.com/eslint/doctrine",
55
"main": "lib/doctrine.js",
6-
"version": "0.7.0",
6+
"version": "0.7.1",
77
"engines": {
88
"node": ">=0.10.0"
99
},

0 commit comments

Comments
 (0)