Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 22, 2019
1 parent 5c4f702 commit 2b37be4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.7.0 (2019-10-22)

#### :rocket: Enhancement
* [#724](https://github.com/emberjs/ember-test-helpers/pull/724) Adds `getTestMetadata` infrastructure ([@scalvert](https://github.com/scalvert))

#### :bug: Bug Fix
* [#674](https://github.com/emberjs/ember-test-helpers/pull/674) Ensure that `triggerEvent` can simulate a file input change event with an empty `FileList` ([@ggayowsky](https://github.com/ggayowsky))

#### :house: Internal
* [#725](https://github.com/emberjs/ember-test-helpers/pull/725) Pin engine.io subdependency to avoid issues on Node 6. ([@rwjblue](https://github.com/rwjblue))
* [#723](https://github.com/emberjs/ember-test-helpers/pull/723) task(config): Removes `--disable-gpu` flag ([@scalvert](https://github.com/scalvert))

#### Committers: 4
- Gerald Gayowsky ([@ggayowsky](https://github.com/ggayowsky))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Steve Calvert ([@scalvert](https://github.com/scalvert))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v1.6.1 (2019-08-30)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/test-helpers",
"version": "1.6.1",
"version": "1.7.0",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2b37be4

Please sign in to comment.