Skip to content

Commit 2c47c6f

Browse files
committed
Add link to PR in CHANGELOG.md
1 parent c477b8b commit 2c47c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1313
- [`no-extraneous-dependencies`]: use `read-pkg-up` to simplify finding + loading `package.json` ([#680], thanks [@wtgtybhertgeghgtwtg])
1414

1515
### Fixed
16-
- [`order`]: Fix interpreting some external modules being interpreted as internal modules ([#793], thanks [@ephys])
16+
- [`order`]: Fix interpreting some external modules being interpreted as internal modules ([#793], [#794] thanks [@ephys])
1717
- attempt to fix crash in [`no-mutable-exports`]. ([#660])
1818
- "default is a reserved keyword" in no-maned-default tests by locking down babylon to 6.15.0 (#756, thanks @gmathieu)
1919

@@ -385,6 +385,7 @@ for info on changes for earlier releases.
385385
[`unambiguous`]: ./docs/rules/unambiguous.md
386386
[`no-anonymous-default-export`]: ./docs/rules/no-anonymous-default-export.md
387387

388+
[#794]: https://github.com/benmosher/eslint-plugin-import/pull/794
388389
[#742]: https://github.com/benmosher/eslint-plugin-import/pull/742
389390
[#712]: https://github.com/benmosher/eslint-plugin-import/pull/712
390391
[#680]: https://github.com/benmosher/eslint-plugin-import/pull/680

0 commit comments

Comments
 (0)