From 7c6217cb322e7342ad7ddcc31c5c88c555532f19 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Fri, 29 Nov 2019 10:47:42 -0800 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",