Skip to content

Commit 16e90f9

Browse files
committed
update release information
1 parent 08ffc48 commit 16e90f9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
3.12.1 / 2018-08-06
1+
3.12.3 / 2018-08-06
2+
* Fix CLI issue raised in last PR
3+
3.12.2 / 2018-09-11
24
* Fix formatting for JSON to XML output
3-
* Migrate to webpack
4-
* fix cli
5+
* Migrate to webpack (PR merged)
6+
* fix cli (PR merged)
57
3.12.0 / 2018-08-06
68
* Support hexadecimal values
79
* 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.2",
3+
"version": "3.12.3",
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)