Skip to content

Commit

Permalink
Release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 1, 2021
1 parent 2a912ef commit f02a8af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v5.1.2 (2021-02-01)

#### :bug: Bug Fix
* [#804](https://github.com/emberjs/ember-qunit/pull/804) fix: ensure "Development Mode" is full screen ([@alexlafroscia](https://github.com/alexlafroscia))

#### :memo: Documentation
* [#805](https://github.com/emberjs/ember-qunit/pull/805) Add V5 migration guide link to CHANGELOG ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#813](https://github.com/emberjs/ember-qunit/pull/813) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 4
- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v5.1.1 (2020-12-16)

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

0 comments on commit f02a8af

Please sign in to comment.