Skip to content

Commit 3c4f43d

Browse files
committedAug 27, 2020
Release 2.0.0-beta.5
1 parent c7fbe04 commit 3c4f43d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.0.0-beta.5 (2020-08-27)
2+
3+
#### :house: Internal
4+
* [#913](https://github.com/emberjs/ember-test-helpers/pull/913) Updating hooks label type to provide hint to built-in values ([@scalvert](https://github.com/scalvert))
5+
* [#914](https://github.com/emberjs/ember-test-helpers/pull/914) Migrate to using `@ember/destroyable` for teardown. ([@rwjblue](https://github.com/rwjblue))
6+
* [#915](https://github.com/emberjs/ember-test-helpers/pull/915) Remove usage of ember-cli-version-checker's old `.forEmber` API ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### Committers: 2
9+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
10+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
11+
12+
113
## v2.0.0-beta.4 (2020-08-17)
214

315
#### :boom: Breaking Change

‎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.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)
Please sign in to comment.