From afc85c80df03efd50a1412c209c6dfdd216e2163 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Mon, 20 Jan 2020 01:15:32 -0500 Subject: [PATCH] Version 16.0.1 --- Changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f9d52d447d..c81997d411 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,6 +24,12 @@ Other guidelines: * Roughly order changes within those groupings by impact. --> +## 16.0.1 + +* Fixed Node v10 and v11 support when `runScripts` was set. +* Fixed the behavior when changing an ``'s `type=""` attribute. +* Fixed input validation behavior for `` when `max=""` is less than `min=""`. + ## 16.0.0 For this release we'd like to welcome [@pmdartus](https://github.com/jsdom/jsdom/commits?author=pmdartus) to the core team. Among other work, he's driven the heroic effort of constructor prototype and reform in jsdom and its dependencies over the last few months, to allow us to move away from shared constructors and prototypes, and set the groundwork for custom elements support ([coming soon](https://github.com/jsdom/jsdom/pull/2548)!). diff --git a/package.json b/package.json index d4c8c22008..da835d9014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsdom", - "version": "16.0.0", + "version": "16.0.1", "description": "A JavaScript implementation of many web standards", "keywords": [ "dom",