Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 7afe937

Browse files
chore(package.json): release v0.9.4
1 parent 5091e1c commit 7afe937

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.9.4 07/17/2014
2+
3+
* fix(utils/code): encode HTML entities 5091e1c1
4+
* fix(ng-doc/component-groups-generate processor): use path/outputPath specified in processing.api-... f2c3776f
5+
16
## v0.9.3 05/22/2014
27

38
* fix(extract-type): cope with missing type 4584a423

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgeni-packages",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "A collection of dgeni packages for generating documentation from source code",
55
"scripts": {
66
"test": "node ./node_modules/jasmine-node/bin/jasmine-node */spec",
@@ -61,6 +61,7 @@
6161
"Pascal Precht <[email protected]>",
6262
"Konstantinos Rousis <[email protected]>",
6363
"Stéphane Reynaud <[email protected]>",
64-
"Matthew Harris <[email protected]>"
64+
"Matthew Harris <[email protected]>",
65+
"Nick Shearer <[email protected]>"
6566
]
6667
}

0 commit comments

Comments
 (0)