Skip to content

Commit 798ad4c

Browse files
committed
Bump the version for release
1 parent 2485df3 commit 798ad4c

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+
2.9.4 / 2018-02-02
2+
* Merge pull request: Decode HTML characters
3+
* refactor source folder name
4+
* ignore bundle / browser js to be published to npm
15
2.9.3 / 2018-01-26
26
* Merge pull request: Correctly remove CRLF line breaks
37
* Enable to parse attribute in online editor

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": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
55
"main": "./src/parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)