diff --git a/CHANGELOG.md b/CHANGELOG.md index 42961ad2..98986268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6fa3ba72..0e72f74f 100644 --- a/package.json +++ b/package.json @@ -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"