From d64b2a4de7731b69551d14f616283b34d3f02ee9 Mon Sep 17 00:00:00 2001 From: drewlee Date: Wed, 21 Jun 2023 10:32:21 -0700 Subject: [PATCH] Release 6.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce225fc..bcec6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ + +## v6.0.0 (2023-06-21) + +#### :boom: Breaking Change +* [#509](https://github.com/ember-a11y/ember-a11y-testing/pull/509) Upgrade @ember/test-helpers to 3.x ([@fivetanley](https://github.com/fivetanley)) + +#### :bug: Bug Fix +* [#507](https://github.com/ember-a11y/ember-a11y-testing/pull/507) Update setup-middleware-reporter.ts ([@deanmarano](https://github.com/deanmarano)) +* [#503](https://github.com/ember-a11y/ember-a11y-testing/pull/503) Fix type issues with v5.2.0 ([@robostheimer](https://github.com/robostheimer)) + +#### :house: Internal +* [#508](https://github.com/ember-a11y/ember-a11y-testing/pull/508) fix ember-try for >= 5.x releases ([@fivetanley](https://github.com/fivetanley)) + +#### Committers: 3 +- Dean Marano ([@deanmarano](https://github.com/deanmarano)) +- Rob Ostheimer ([@robostheimer](https://github.com/robostheimer)) +- Stanley Stuart ([@fivetanley](https://github.com/fivetanley)) + + ## v6.0.0-0 (2023-06-13) #### :boom: Breaking Change diff --git a/package.json b/package.json index 93c015e..bc42521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-a11y-testing", - "version": "6.0.0-0", + "version": "6.0.0", "description": "The future of accessibility testing in Ember", "keywords": [ "ember-addon",