From 2b479c9e0fbea702cfde776372d194458ce07357 Mon Sep 17 00:00:00 2001 From: drewlee Date: Wed, 21 Jun 2023 10:55:28 -0700 Subject: [PATCH] Release 6.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcec6ce4..27200d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ + +## v6.1.0 (2023-06-21) + +#### :rocket: Enhancement +* [#511](https://github.com/ember-a11y/ember-a11y-testing/pull/511) Disabling transitions and animations while running axe tests ([@tgvrssanthosh](https://github.com/tgvrssanthosh)) + +#### Committers: 1 +- Santhosh Venkata Rama Siva Thanakala Gani ([@tgvrssanthosh](https://github.com/tgvrssanthosh)) + + ## v6.0.0 (2023-06-21) #### :boom: Breaking Change diff --git a/package.json b/package.json index bc42521b..72c99c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-a11y-testing", - "version": "6.0.0", + "version": "6.1.0", "description": "The future of accessibility testing in Ember", "keywords": [ "ember-addon",