Skip to content

Commit 9aba287

Browse files
committed
Prepping 0.8.1
1 parent 7d9f8f9 commit 9aba287

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.8.1 / 2016-03-29
2+
==================
3+
4+
* Fix: Dox will no longer falsely enter or exit string blocks when encountering an escaped quote or double-quote
5+
* Deps: commander@2.9.0
6+
* Deps: marked@0.3.5
7+
18
0.8.0 / 2015-05-27
29
==================
310

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"dox": "./bin/dox"
2929
},
3030
"dependencies": {
31-
"commander": "~2.8.1",
31+
"commander": "~2.9.0",
3232
"jsdoctypeparser": "^1.2.0",
33-
"marked": ">=0.3.1"
33+
"marked": "~0.3.5"
3434
},
3535
"devDependencies": {
36-
"mocha": "~2.2.5",
36+
"mocha": "~2.4.5",
3737
"should": "~6.0.3"
3838
},
3939
"license": "MIT",

0 commit comments

Comments
 (0)