diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fac60aa..168b25789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ffbc77b4b..2357ba197 100644 --- a/package.json +++ b/package.json @@ -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"