Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Dec 23, 2016
1 parent 42ab527 commit d390422
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v2.1.1]
> Dec 24, 2016
- [#11] - Fix issues with XMLHttpRequest.

[v2.1.1]: https://github.com/rstacruz/jsdom-global/compare/v2.1.0...v2.1.1

## [v2.1.0]
> Aug 22, 2016
Expand Down Expand Up @@ -81,5 +88,6 @@ the same result without any side effects.
[#6]: https://github.com/rstacruz/jsdom-global/issues/6
[#7]: https://github.com/rstacruz/jsdom-global/issues/7
[#2]: https://github.com/rstacruz/jsdom-global/issues/2
[#11]: https://github.com/rstacruz/jsdom-global/issues/11
[@kenjiru]: https://github.com/kenjiru
[@ngryman]: https://github.com/ngryman
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdom-global",
"version": "2.1.0",
"version": "2.1.1",
"description": "Enable DOM in Node.js",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit d390422

Please sign in to comment.