Skip to content

Commit d9e683b

Browse files
committed
update release info
1 parent dd9a94b commit d9e683b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>
22

3+
**5.0.6 / 2025-02-20**
4+
- fix cli output (By [Angel Delgado](https://github.com/angeld7))
5+
- remove multiple JSON parsing
6+
37
**5.0.5 / 2025-02-20**
48
- fix parsing of string starting with 'e' or 'E' by updating strnum
59

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./lib/fxp.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)