From 948acb59731e8c4a99609993abc0306616103ef6 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 16 Dec 2020 13:53:01 -0500 Subject: [PATCH] Release 5.1.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8d6c16..898064d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v5.1.1 (2020-12-16) + +#### :bug: Bug Fix +* [#790](https://github.com/emberjs/ember-qunit/pull/790) Update to ember-auto-import@1.10.0 at a minimum. ([@rwjblue](https://github.com/rwjblue)) +* [#789](https://github.com/emberjs/ember-qunit/pull/789) Add treeType annotation to hint test-support to ember-auto-import. ([@rwjblue](https://github.com/rwjblue)) + +#### :memo: Documentation +* [#787](https://github.com/emberjs/ember-qunit/pull/787) Clarified migration guide to v5.x when a project includes QUnit DOM ([@ijlee2](https://github.com/ijlee2)) + +#### Committers: 3 +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v5.1.0 (2020-12-07) #### :rocket: Enhancement diff --git a/package.json b/package.json index 0794ebd8..ca552068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-qunit", - "version": "5.1.0", + "version": "5.1.1", "description": "QUnit helpers for testing Ember.js applications", "keywords": [ "ember-addon"