Skip to content

Commit d64b2a4

Browse files
author
drewlee
committed
Release 6.0.0
1 parent 58189b2 commit d64b2a4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55

66

7+
8+
## v6.0.0 (2023-06-21)
9+
10+
#### :boom: Breaking Change
11+
* [#509](https://github.com/ember-a11y/ember-a11y-testing/pull/509) Upgrade @ember/test-helpers to 3.x ([@fivetanley](https://github.com/fivetanley))
12+
13+
#### :bug: Bug Fix
14+
* [#507](https://github.com/ember-a11y/ember-a11y-testing/pull/507) Update setup-middleware-reporter.ts ([@deanmarano](https://github.com/deanmarano))
15+
* [#503](https://github.com/ember-a11y/ember-a11y-testing/pull/503) Fix type issues with v5.2.0 ([@robostheimer](https://github.com/robostheimer))
16+
17+
#### :house: Internal
18+
* [#508](https://github.com/ember-a11y/ember-a11y-testing/pull/508) fix ember-try for >= 5.x releases ([@fivetanley](https://github.com/fivetanley))
19+
20+
#### Committers: 3
21+
- Dean Marano ([@deanmarano](https://github.com/deanmarano))
22+
- Rob Ostheimer ([@robostheimer](https://github.com/robostheimer))
23+
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
24+
25+
726
## v6.0.0-0 (2023-06-13)
827

928
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-a11y-testing",
3-
"version": "6.0.0-0",
3+
"version": "6.0.0",
44
"description": "The future of accessibility testing in Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)