Skip to content

Commit

Permalink
chore: Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Apr 20, 2020
1 parent bdbeaba commit 4da322b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.3 (2020-04-20)

### Fixed

- Attribute values with many consecutive character references (such as `<`)
no longer cause the parser to hang. [#10] (@rossj)

[#10]:https://github.com/rgrove/parse-xml/pull/10

## 2.0.2 (2020-01-10)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "2.0.3",
"description": "A fast, safe, compliant XML parser for Node.js and browsers.",
"keywords": [
"xml",
Expand Down

0 comments on commit 4da322b

Please sign in to comment.