We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca43a80 commit f592e47Copy full SHA for f592e47
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog
2
3
+## 0.4.7 15 February 2017
4
+
5
+* fix(mocks): ensure mock logger is available in the published package ca43a807
6
7
8
## v0.4.6 (14th February 2017)
9
10
* fix(Dgeni): ensure that the typings are exposed correctly a0fc03c9
package.json
@@ -1,14 +1,15 @@
{
"name": "dgeni",
- "version": "0.4.6",
+ "version": "0.4.7",
"description": "Flexible JavaScript documentation generator used by Angular",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"dgeni": "lib/gen-docs.js"
},
"files": [
11
- "lib"
+ "lib",
12
+ "src"
13
],
14
"scripts": {
15
"prepublish": "npm build",
0 commit comments