Skip to content

Commit 626c432

Browse files
committed
update release info
1 parent 83dfd8b commit 626c432

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.17.3 / 2020-05-23
2+
* Fix: tag name separated by \n \t
3+
* Fix: throw error for unclosed tags
4+
15
3.17.2 / 2020-05-23
26
* Fixed an issue in processing doctype tag
37
* Fixed tagName where it should not have whitespace chars

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.2",
3+
"version": "3.17.3",
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)