Skip to content

Commit

Permalink
update release detail
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Oct 2, 2019
1 parent cd4a2ee commit e5f3d17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.12.21 / 2019-10-02
* Fix validator for unclosed XMLs
* move nimnjs dependency to dev dependency
* update dependencies

3.12.20 / 2019-08-16
* Revert: Fix #167: '>' in attribute value as it is causing high performance degrade.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
"version": "3.12.20",
"version": "3.12.21",
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
"main": "./src/parser.js",
"scripts": {
Expand Down

0 comments on commit e5f3d17

Please sign in to comment.