File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1 ##
2
+
3
+ * Documentation fixes
4
+
1
5
## 1.0.0 ##
2
6
3
7
* Add null and undefined in type declarations
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ includes source maps.
71
71
72
72
## Usage ##
73
73
74
- The documentation for the current version is available [ here] ( http://www.kourlas.com/node-xmlcreate/docs/0.1 .1/ ) .
74
+ The documentation for the current version is available [ here] ( http://www.kourlas.com/node-xmlcreate/docs/1.0 .1/ ) .
75
75
76
76
You can also build the documentation using gulp:
77
77
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xmlcreate" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Simple XML builder for Node.js" ,
5
5
"keywords" : [
6
6
" build" ,
You can’t perform that action at this time.
0 commit comments