From d2cfced56b1cf2172a320ce183e295bb3486e0a6 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Fri, 16 Dec 2022 16:13:48 -0700 Subject: [PATCH] Re-apply version bump to CHANGELOG and package.json 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. --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b77ce5..bb41f9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4a009140..376df11e 100644 --- a/package.json +++ b/package.json @@ -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"