Skip to content

Commit

Permalink
Version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster committed Mar 20, 2015
1 parent dc628b9 commit 777d459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,3 +1,7 @@
## 4.0.4

* Fix parsing of doctypes by relying on the information provided by the html parser if possible.

## 4.0.3

* Fix events fired from `EventTarget`s to execute their handlers in FIFO order, as per the spec.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "4.0.3",
"version": "4.0.4",
"description": "A JavaScript implementation of the DOM and HTML standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 777d459

Please sign in to comment.