Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 19, 2022
1 parent ca2a2b7 commit b038aad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

## v6.1.1 (2022-12-19)

#### :bug: Bug Fix
* [#999](https://github.com/emberjs/ember-qunit/pull/999) Use native types from `ember-resolver` ([@chriskrycho](https://github.com/chriskrycho))
* [#998](https://github.com/emberjs/ember-qunit/pull/998) Revert explicit `peerDependencies` contracts ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## v6.1.0 (2022-12-16)

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

0 comments on commit b038aad

Please sign in to comment.