Skip to content

Commit 3ea7c8d

Browse files
Fix error in example.js
1 parent ff162c8 commit 3ea7c8d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.9 ##
2+
3+
* Fix error in example.js
4+
15
## 0.1.8 ##
26

37
* Reconcile readme and tests with examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Parses JavaScript objects into XML",
44
"keywords": ["convert","converter","js","json","object","objects","parse","parser","xml"],
55
"homepage": "http://www.kourlas.net",
6-
"version": "0.1.8",
6+
"version": "0.1.9",
77
"author": "Michael Kourlas <michael@kourlas.net>",
88
"main": "./lib/js2xmlparser.js",
99
"repository" : {

0 commit comments

Comments
 (0)