Skip to content

Commit 119e372

Browse files
committed
Release 2.1.3
1 parent 983487e commit 119e372

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.1.3 (2020-12-16)
2+
3+
#### :bug: Bug Fix
4+
* [#966](https://github.com/emberjs/ember-test-helpers/pull/966) Update ember-auto-import to 1.10.0 at a minimum. ([@rwjblue](https://github.com/rwjblue))
5+
* [#963](https://github.com/emberjs/ember-test-helpers/pull/963) Add treeType annotation to hint correct bundle to ember-auto-import ([@rwjblue](https://github.com/rwjblue))
6+
7+
#### Committers: 2
8+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
9+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
10+
11+
112
## v2.1.2 (2020-12-10)
213

314
#### :bug: Bug Fix

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.2",
3+
"version": "2.1.3",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)