Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Sep 1, 2016
1 parent bfcd250 commit 389d017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/07_version_history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version history

## 2.2.1
* Fixed: SAXParser HTML integration point handling for adjustable SVG tags.
* Fixed: SAXParser now adjust SVG tag names for end tags.
* Fixed: Location info line calculation on tokenizer character unconsumption (by [@ChadKillingsworth](https://github.com/ChadKillingsworth)).

## 2.2.0
* SAXParser (by [@RReverser](https://github.com/RReverser))
* Fixed: Handling of `\n` in `<pre>`, `<textarea>` and `<listing>`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parse5",
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
"version": "2.2.0",
"version": "2.2.1",
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
"contributors": [
"Alan Clarke (https://github.com/alanclarke)",
Expand Down

0 comments on commit 389d017

Please sign in to comment.