diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dead5..ce225fc 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 5439774..93c015e 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",