Skip to content

Commit

Permalink
Version 9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster committed Dec 19, 2016
1 parent 7c2861d commit 5f949cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.9.1

* Remove the use of .includes to fix a compatibility issue with node v4.

## 9.9.0

* Added `CDATASection` nodes, including `document.createCDATASection`. (snuggs)
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": "jsdom",
"version": "9.9.0",
"version": "9.9.1",
"description": "A JavaScript implementation of the DOM and HTML standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 5f949cf

Please sign in to comment.