Skip to content

Commit

Permalink
Release 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 6, 2021
1 parent 68a273f commit 556ae7b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 556ae7b

Please sign in to comment.