Skip to content

Commit daa711c

Browse files
committed
update release detail
1 parent 020f3e9 commit daa711c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.12.0 / 2018-08-06
2+
* Fix formatting for JSON to XML output
3+
* Migrate to webpack
4+
* fix cli
15
3.12.0 / 2018-08-06
26
* Support hexadecimal values
37
* Support true number parsing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "3.12.1",
3+
"version": "3.12.2",
44
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
55
"main": "./src/parser.js",
66
"files": [

0 commit comments

Comments
 (0)