Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Jun 21, 2023
1 parent 58189b2 commit d64b2a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-a11y-testing",
"version": "6.0.0-0",
"version": "6.0.0",
"description": "The future of accessibility testing in Ember",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d64b2a4

Please sign in to comment.