Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 16, 2020
1 parent 3f6dd10 commit 948acb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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-qunit",
"version": "5.1.0",
"version": "5.1.1",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 948acb5

Please sign in to comment.