Skip to content

Commit

Permalink
chore: Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed May 2, 2020
1 parent 8b3927f commit a876fe5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a876fe5

Please sign in to comment.