From 58189b2a4aabff33a6ad6703448cf51d76f8f40b Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Mon, 12 Jun 2023 19:52:47 -0500 Subject: [PATCH] Release 6.0.0-0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dead50..ce225fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ + +## v6.0.0-0 (2023-06-13) + +#### :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)) + +#### :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: 2 +- Dean Marano ([@deanmarano](https://github.com/deanmarano)) +- Stanley Stuart ([@fivetanley](https://github.com/fivetanley)) + + ## v5.2.1 (2023-05-25) #### :bug: Bug Fix diff --git a/package.json b/package.json index 5439774a..93c015ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-a11y-testing", - "version": "5.2.1", + "version": "6.0.0-0", "description": "The future of accessibility testing in Ember", "keywords": [ "ember-addon",