Skip to content

Commit

Permalink
Version 11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster committed Nov 26, 2017
1 parent b921820 commit 4e7dcca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
## 11.5.1

* Added `AbortSignal` and `AbortController`.
* Fixed validation for file `<input>`s and implemented validation for more input types.

## 11.4.0

For this release we'd like to welcome [@Zirro](https://github.com/tmpvar/jsdom/commits?author=Zirro) to the core team; his contributions over the course of this year have enhanced jsdom immensely.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "11.4.0",
"version": "11.5.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 4e7dcca

Please sign in to comment.