Skip to content

Commit

Permalink
Version 11.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 30, 2018
1 parent b3d823f commit 988e497
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -27,6 +27,7 @@ Arrix <arrixzhou@gmail.com>
Aryan Arora <aryanarora278@gmail.com>
Avery Fay <avery@mixpanel.com>
Avi Deitcher <avi@deitcher.net>
Behind The Math <aryehb412@gmail.com>
Brandon Bethke <brandon.bethke@neudesic.com>
Brandon Paton <brandon@localizejs.com>
Brian Donovan <donovan@squareup.com>
Expand Down Expand Up @@ -179,6 +180,7 @@ Nik Nyby <niknyby@gmail.com>
Ojek <ojek25@gmail.com>
Olivier El Mekki <olivier@el-mekki.com>
Ondřej Žára <ondras@zarovi.cz>
Onur Yıldırım <onury@users.noreply.github.com>
Paul O’Shannessy <paul@oshannessy.com>
peller <github@peller.org>
Pepijn Verlaan <pepijnverlaan@yahoo.com>
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
## 11.10.0

* Added `event.srcElement` and `event.returnValue`.
* Fixed `XMLHttpRequest` to correctly set the User-Agent header, and set it on CORS preflight requests. (BehindTheMath)

## 11.9.0

* Added `node.lookupPrefix()`, `node.lookupNamespaceURI()` and `node.isDefaultNamespace()`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "11.9.0",
"version": "11.10.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 988e497

Please sign in to comment.