Skip to content

Commit 389d017

Browse files
committed
Bump version
1 parent bfcd250 commit 389d017

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/07_version_history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Version history
22

3+
## 2.2.1
4+
* Fixed: SAXParser HTML integration point handling for adjustable SVG tags.
5+
* Fixed: SAXParser now adjust SVG tag names for end tags.
6+
* Fixed: Location info line calculation on tokenizer character unconsumption (by [@ChadKillingsworth](https://github.com/ChadKillingsworth)).
7+
38
## 2.2.0
49
* SAXParser (by [@RReverser](https://github.com/RReverser))
510
* Fixed: Handling of `\n` in `<pre>`, `<textarea>` and `<listing>`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse5",
33
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
66
"contributors": [
77
"Alan Clarke (https://github.com/alanclarke)",

0 commit comments

Comments
 (0)