Skip to content

Commit 4731999

Browse files
committed
note changes in log
1 parent 613e134 commit 4731999

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## [Unreleased]
7+
### Changed
8+
- using `package.json/files` instead of `.npmignore` for package file inclusion ([#228], thanks [@mathieudutour])
79

810
## [1.3.0] - 2016-03-20
911
Major perf improvements. Between parsing only once and ignoring gigantic, non-module `node_modules`,
@@ -120,6 +122,7 @@ for info on changes for earlier releases.
120122
[`no-amd`]: ./docs/rules/no-amd.md
121123
[`namespace`]: ./docs/rules/namespace.md
122124

125+
[#228]: https://github.com/benmosher/eslint-plugin-import/pull/228
123126
[#211]: https://github.com/benmosher/eslint-plugin-import/pull/211
124127
[#157]: https://github.com/benmosher/eslint-plugin-import/pull/157
125128

@@ -149,3 +152,5 @@ for info on changes for earlier releases.
149152
[0.12.1]: https://github.com/benmosher/eslint-plugin-import/compare/v0.12.0...v0.12.1
150153
[0.12.0]: https://github.com/benmosher/eslint-plugin-import/compare/v0.11.0...v0.12.0
151154
[0.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v0.10.1...v0.11.0
155+
156+
[@mathieudutour]: https://github.com/mathieudutour

0 commit comments

Comments
 (0)