diff --git a/HISTORY.md b/HISTORY.md index ccb430f..1227700 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 @@ -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 diff --git a/package.json b/package.json index a1f6e1a..10ce456 100644 --- a/package.json +++ b/package.json @@ -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",