diff --git a/CHANGELOG.md b/CHANGELOG.md index 106f58d..ffb9adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.1 (2019-11-29) + +#### :bug: Bug Fix + +- [f891deb](https://github.com/ianschmitz/jest-environment-jsdom-fourteen/commit/f891deb17863dfeb5b7a096e33daf569cda64736) Revert `userAgent` bug fix as it unintentionally caused resources to be requested over the network ([@ianschmitz](https://github.com/ianschmitz)) + ## 1.0.0 (2019-11-27) #### :bug: Bug Fix diff --git a/package.json b/package.json index 73de47f..dda3537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jest-environment-jsdom-fourteen", "description": "JSDOM environment for Jest with JSDOM 14", - "version": "1.0.0", + "version": "1.0.1", "author": "Ian Schmitz ", "repository": "https://github.com/ianschmitz/jest-environment-jsdom-fourteen", "license": "MIT",