We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b2bef commit c8febe5Copy full SHA for c8febe5
CHANGELOG.md
@@ -6,6 +6,16 @@
6
7
8
9
+
10
+## v6.1.1 (2023-08-24)
11
12
+#### :bug: Bug Fix
13
+* [#514](https://github.com/ember-a11y/ember-a11y-testing/pull/514) Ensures context for current URL & route middleware reporting ([@drewlee](https://github.com/drewlee))
14
15
+#### Committers: 1
16
+- Andrew A Lee ([@drewlee](https://github.com/drewlee))
17
18
19
## v6.1.0 (2023-06-21)
20
21
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-a11y-testing",
3
- "version": "6.1.0",
+ "version": "6.1.1",
4
"description": "The future of accessibility testing in Ember",
5
"keywords": [
"ember-addon",
0 commit comments