diff --git a/History.md b/History.md index de03447..fbec7c9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +3.1.0 / 2023-07-06 +================== +* replace inlined xmldom with @xmldom/xmldom + + 3.0.5 / 2022-03-23 ================== * [[`96e2303d05`]](https://github.com/TooTallNate/plist.js/commit/96e2303d059e6be0c9e0c4773226d14b4758de52) Prototype Pollution using .parse() #114 (mario-canva) diff --git a/package.json b/package.json index 6f94470..ec86a62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plist", "description": "Apple's property list parser/builder for Node.js and browsers", - "version": "3.0.6", + "version": "3.1.0", "author": "Nathan Rajlich ", "contributors": [ "Hans Huebner ",