From d0ab30614112c618ebb1f89bf086eb4b5b3c15d2 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:52:38 -0400 Subject: [PATCH] Release 10.5.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6155bd3a..763460d5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ + +## v10.5.6 (2021-10-12) + +#### :bug: Bug Fix +* [#1333](https://github.com/ember-cli/eslint-plugin-ember/pull/1333) Support ESLint v8 by switching from ESLint's internal traverser to `estraverse` ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) + + ## v10.5.5 (2021-09-20) #### :bug: Bug Fix diff --git a/package.json b/package.json index 457354de9e..1aac45a381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "10.5.5", + "version": "10.5.6", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",