From 7f159e68298c79a126ae556d735162c7c8ab0691 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 9 Nov 2018 12:48:04 -0500 Subject: [PATCH] Add v5.4.0 to CHANGELOG. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec97faae1..1782b630ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v5.4.0 (2018-11-09) + +#### :rocket: Enhancement +* [#253](https://github.com/ember-cli/eslint-plugin-ember/pull/253) Add `avoid-using-needs` rule. ([@twokul](https://github.com/twokul)) + +#### :bug: Bug Fix +* [#314](https://github.com/ember-cli/eslint-plugin-ember/pull/314) Adding missing rules to index.js. ([@gmurphey](https://github.com/gmurphey)) + +#### Committers: 2 +- Alex Navasardyan ([twokul](https://github.com/twokul)) +- Garrett Murphey ([gmurphey](https://github.com/gmurphey)) + ## v5.3.0 (2018-11-08) #### :rocket: Enhancement