From 5dd3d70901e8c11a8ecfc67b2960629a68f84f2c Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Wed, 6 Jul 2016 08:20:43 -0400 Subject: [PATCH] changelog note for last commit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505156ad4..9de014276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +### Fixed +- pinned `es6-symbol` dependency to `^3.1.0` instead of `*` 😳 ([#415]) ## [1.10.2] - 2016-07-04 ### Fixed @@ -279,6 +281,7 @@ for info on changes for earlier releases. [#157]: https://github.com/benmosher/eslint-plugin-import/pull/157 [#314]: https://github.com/benmosher/eslint-plugin-import/pull/314 +[#415]: https://github.com/benmosher/eslint-plugin-import/issues/415 [#386]: https://github.com/benmosher/eslint-plugin-import/issues/386 [#373]: https://github.com/benmosher/eslint-plugin-import/issues/373 [#370]: https://github.com/benmosher/eslint-plugin-import/issues/370