Skip to content

Commit

Permalink
Merge pull request #996 from emberjs/release-6.1-ugh
Browse files Browse the repository at this point in the history
Re-apply version bump to CHANGELOG and package.json
  • Loading branch information
chriskrycho committed Dec 16, 2022
2 parents 54b5e70 + d2cfced commit 3396e9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## v6.1.0 (2022-12-16)

#### :rocket: Enhancement
* [#995](https://github.com/emberjs/ember-qunit/pull/995) Feature: introduce native (ambient) TS types ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#979](https://github.com/emberjs/ember-qunit/pull/979) Re-roll `yarn.lock` ([@rwjblue](https://github.com/rwjblue))
* [#978](https://github.com/emberjs/ember-qunit/pull/978) Update `lint` related scripts (add `lint:fix`) ([@rwjblue](https://github.com/rwjblue))
* [#977](https://github.com/emberjs/ember-qunit/pull/977) Ensure CI jobs timeout after 10 minutes ([@rwjblue](https://github.com/rwjblue))
* [#976](https://github.com/emberjs/ember-qunit/pull/976) Add Ember 4.8 to CI matrix ([@rwjblue](https://github.com/rwjblue))
* [#975](https://github.com/emberjs/ember-qunit/pull/975) Cancel prior CI jobs for same PR ([@rwjblue](https://github.com/rwjblue))
* [#973](https://github.com/emberjs/ember-qunit/pull/973) Bump github actions ([@ctjhoa](https://github.com/ctjhoa))

#### Committers: 4
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v6.0.0 (2022-10-07)

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

0 comments on commit 3396e9a

Please sign in to comment.