diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df20ff4..e32e1674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library. +**4.3.1 / 2023-09-24** +* revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach. + **4.3.0 / 2023-09-20** * Fix stopNodes to work with removeNSPrefix (#607) (#608) (By [Craig Andrews]https://github.com/candrews)) * Fix #610 ignore properties set to Object.prototype diff --git a/package-lock.json b/package-lock.json index f829a5fc..1db4d56e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fast-xml-parser", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fast-xml-parser", - "version": "4.3.0", + "version": "4.3.1", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index cdae0249..3801c6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-xml-parser", - "version": "4.3.0", + "version": "4.3.1", "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", "main": "./src/fxp.js", "scripts": {