From 3856cc9e8e27b9b5233a5e87acd405ef22f3f242 Mon Sep 17 00:00:00 2001 From: drewlee Date: Wed, 28 Apr 2021 11:27:08 -0700 Subject: [PATCH] Release 4.0.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f14d2b..ac0bb360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v4.0.6 (2021-04-28) + +#### :bug: Bug Fix +* [#258](https://github.com/ember-a11y/ember-a11y-testing/pull/258) Don't print to the console when there are no issues ([@nlfurniss](https://github.com/nlfurniss)) + +#### Committers: 1 +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) + + ## v4.0.5 (2021-04-27) #### :house: Internal diff --git a/package.json b/package.json index ba1d0d64..b698628c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-a11y-testing", - "version": "4.0.5", + "version": "4.0.6", "description": "The future of accessibility testing in Ember", "keywords": [ "ember-addon",