From 74057af23ae6341364ffb851be27bbe3d9ec53e7 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 1 Nov 2019 11:13:09 -0400 Subject: [PATCH] Release 4.6.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532440b2..12de73da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v4.6.0 (2019-11-01) + +#### :rocket: Enhancement +* [#584](https://github.com/emberjs/ember-qunit/pull/584) task(test metadata): Adding framework specific metadata ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#571](https://github.com/emberjs/ember-qunit/pull/571) Prevent leakage of position fixed elements from the testing container ([@nickschot](https://github.com/nickschot)) + +#### :house: Internal +* [#581](https://github.com/emberjs/ember-qunit/pull/581) Bump @ember/test-helpers from 1.7.0 to 1.7.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +* [#578](https://github.com/emberjs/ember-qunit/pull/578) Bump qunit from 2.9.2 to 2.9.3 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +* [#579](https://github.com/emberjs/ember-qunit/pull/579) Bump @ember/test-helpers from 1.6.1 to 1.7.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +* [#575](https://github.com/emberjs/ember-qunit/pull/575) Pin engine.io subdependency to avoid local test issues on Node 6 ([@scalvert](https://github.com/scalvert)) +* [#547](https://github.com/emberjs/ember-qunit/pull/547) Bump @ember/test-helpers from 1.6.0 to 1.6.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + +#### Committers: 3 +- Nick Schot ([@nickschot](https://github.com/nickschot)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v4.5.1 (2019-08-02) #### :bug: Bug Fix diff --git a/package.json b/package.json index 98b7e573..a7a047fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-qunit", - "version": "4.5.1", + "version": "4.6.0", "description": "QUnit helpers for testing Ember.js applications", "keywords": [ "ember-addon"