From dd0e8cbcb489c1c0f111444627c4db5b3dfd5bed Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 14 May 2021 09:14:39 -0700 Subject: [PATCH] [meta] correct #2065 -> #2056 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21c4f3ea..454d55e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] ### Fixed -- [`newline-after-import`]: fix crash with `export {}` syntax ([#2063], [#2065], thanks [@ljharb]) +- [`newline-after-import`]: fix crash with `export {}` syntax ([#2063], [#2056], thanks [@ljharb]) ## [2.23.0] - 2021-05-13 @@ -1006,7 +1006,7 @@ for info on changes for earlier releases. [#211]: https://github.com/benmosher/eslint-plugin-import/pull/211 [#164]: https://github.com/benmosher/eslint-plugin-import/pull/164 [#157]: https://github.com/benmosher/eslint-plugin-import/pull/157 -[#2065]: https://github.com/benmosher/eslint-plugin-import/issues/2065 +[#2056]: https://github.com/benmosher/eslint-plugin-import/issues/2056 [#2063]: https://github.com/benmosher/eslint-plugin-import/issues/2063 [#1965]: https://github.com/benmosher/eslint-plugin-import/issues/1965 [#1924]: https://github.com/benmosher/eslint-plugin-import/issues/1924