Skip to content

Commit e599e64

Browse files
committedAug 27, 2020
Release 2.0.0-beta.6
1 parent b854173 commit e599e64

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.0.0-beta.6 (2020-08-27)
2+
3+
#### :boom: Breaking Change
4+
* [#917](https://github.com/emberjs/ember-test-helpers/pull/917) Remove `teardownRenderingContext` and `teardownApplicationContext` ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v2.0.0-beta.5 (2020-08-27)
211

312
#### :house: Internal

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

0 commit comments

Comments
 (0)
Please sign in to comment.