Skip to content

Commit

Permalink
Release 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 18, 2021
1 parent e9658d6 commit 66898d3
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.3 (2021-02-18)

#### :bug: Bug Fix
* [#817](https://github.com/emberjs/ember-qunit/pull/817) Fixes testing container layout issues for QUnit 2.14 ([@drewlee](https://github.com/drewlee))

#### :memo: Documentation
* [#815](https://github.com/emberjs/ember-qunit/pull/815) Update migration.md ([@hjdivad](https://github.com/hjdivad))

#### Committers: 4
- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
- Andrew A Lee ([@drewlee](https://github.com/drewlee))
- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
- Travis Hoover ([@thoov](https://github.com/thoov))


## v5.1.2 (2021-02-01)

#### :bug: Bug Fix
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.2",
"version": "5.1.3",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 66898d3

Please sign in to comment.