Skip to content

Commit 6e53061

Browse files
committed
Release 2.1.1
1 parent 52b6e68 commit 6e53061

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.1.1 (2020-12-04)
2+
3+
#### :bug: Bug Fix
4+
* [#958](https://github.com/emberjs/ember-test-helpers/pull/958) Ensure `@ember/test-helpers` promise based helpers never create a run loop for resolving the promise. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#957](https://github.com/emberjs/ember-test-helpers/pull/957) Update readme in light of changes in ember-qunit v5 ([@nlfurniss](https://github.com/nlfurniss))
8+
9+
#### :house: Internal
10+
* [#959](https://github.com/emberjs/ember-test-helpers/pull/959) Update to latest linting packages. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 3
13+
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
16+
17+
118
## v2.1.0 (2020-11-16)
219

320
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)