From 556ae7b7653926a38fd659c03fd825c905c6ef95 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 6 Oct 2021 18:21:16 -0400 Subject: [PATCH] Release 5.1.5 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e928a54..4803a2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## v5.1.5 (2021-10-06) + +#### :bug: Bug Fix +* [#900](https://github.com/emberjs/ember-qunit/pull/900) Remove usage of APIs removed in Ember >= 4 ([@chancancode](https://github.com/chancancode)) + +#### :memo: Documentation +* [#883](https://github.com/emberjs/ember-qunit/pull/883) Update migration documentation to add arguments to the example migrated functions ([@Oluwadamilareolusakin](https://github.com/Oluwadamilareolusakin)) +* [#856](https://github.com/emberjs/ember-qunit/pull/856) Add ember-auto-import mention to migration docs ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#901](https://github.com/emberjs/ember-qunit/pull/901) Use ember-auto-import@2 to test ember-source >= 4 ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 5 +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) +- Tolulope Oluwadamilare Olusakin ([@Oluwadamilareolusakin](https://github.com/Oluwadamilareolusakin)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v5.1.4 (2021-03-09) #### :bug: Bug Fix diff --git a/package.json b/package.json index 49c3de90..4f948855 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-qunit", - "version": "5.1.4", + "version": "5.1.5", "description": "QUnit helpers for testing Ember.js applications", "keywords": [ "ember-addon"