diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dd48a..7196727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to parse-xml are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.4 (2020-05-01) + +### Fixed + +- Extremely long attribute values no longer cause the parser to throw a + "Maximum call stack size exceeded" `RangeError`. [#13] (@rossj) + +[#13]:https://github.com/rgrove/parse-xml/pull/13 + ## 2.0.3 (2020-04-20) ### Fixed diff --git a/package.json b/package.json index c7e3f28..c1c0b27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rgrove/parse-xml", - "version": "2.0.3", + "version": "2.0.4", "description": "A fast, safe, compliant XML parser for Node.js and browsers.", "keywords": [ "xml",