Skip to content

Commit 74057af

Browse files
author
Robert Jackson
committed
Release 4.6.0
1 parent a78aabe commit 74057af

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v4.6.0 (2019-11-01)
2+
3+
#### :rocket: Enhancement
4+
* [#584](https://github.com/emberjs/ember-qunit/pull/584) task(test metadata): Adding framework specific metadata ([@scalvert](https://github.com/scalvert))
5+
6+
#### :bug: Bug Fix
7+
* [#571](https://github.com/emberjs/ember-qunit/pull/571) Prevent leakage of position fixed elements from the testing container ([@nickschot](https://github.com/nickschot))
8+
9+
#### :house: Internal
10+
* [#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))
11+
* [#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))
12+
* [#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))
13+
* [#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))
14+
* [#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))
15+
16+
#### Committers: 3
17+
- Nick Schot ([@nickschot](https://github.com/nickschot))
18+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
19+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
20+
121
## v4.5.1 (2019-08-02)
222

323
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-qunit",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)