Skip to content

Commit

Permalink
Re-apply version bump to CHANGELOG and package.json
Browse files Browse the repository at this point in the history
We turned on protection against pushes to `master`, but have not set up
any automation to allow creation of releases via CI, so `release-it`
got through the point where it had published to `npm`, then tried to
push to GitHub, failed, and rolled this back. I'll let it merge, then
tag the result as 6.1.0 for the repo.
  • Loading branch information
chriskrycho committed Dec 16, 2022
1 parent 54b5e70 commit d2cfced
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 d2cfced

Please sign in to comment.