diff --git a/CHANGELOG.md b/CHANGELOG.md index f48d0c5a..5df20ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library. -**4.2.8 / 2023-09-20** +**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 +* Fix typings for builder and parser to make return type generic (By [Sarah Dayan](https://github.com/sarahdayan)) **4.2.7 / 2023-07-30** * Fix: builder should set text node correctly when only textnode is present (#589) (By [qianqing](https://github.com/joneqian)) diff --git a/package-lock.json b/package-lock.json index a9422e2c..f829a5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fast-xml-parser", - "version": "4.2.8", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fast-xml-parser", - "version": "4.2.8", + "version": "4.3.0", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index 093d578b..cdae0249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-xml-parser", - "version": "4.2.8", + "version": "4.3.0", "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", "main": "./src/fxp.js", "scripts": {