Skip to content

Commit a6dc73d

Browse files
committed
update release detail
1 parent 46dffac commit a6dc73d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.4 / 2025-02-20**
4+
- fix CLI to support all the versions of node js when displaying library version.
5+
- fix CJS import in v5
6+
- by fixing webpack config
7+
38
**5.0.3 / 2025-02-20**
49
- Using strnum ESM module
510
- new fixes in strum may break your experience

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
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)