Skip to content

Commit 920f51d

Browse files
benmosherstrawbrary
authored andcommitted
changelog + version bump for import-js#164/import-js#278
1 parent 3f22f1e commit 920f51d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## resolvers/webpack/0.2.2 - 2016-04-27
7+
### Added
8+
- `interpret` configs (such as `.babel.js`).
9+
Thanks to [@gausie] for the initial PR ([#164], ages ago! 😅) and [@jquense] for tests ([#278]).
10+
611
## [1.6.0] - 2016-04-25
712
### Added
813
- add [`no-named-as-default-member`] to `warnings` canned config
@@ -163,6 +168,7 @@ for info on changes for earlier releases.
163168
[`order`]: ./docs/rules/order.md
164169
[`named`]: ./docs/rules/named.md
165170

171+
[#278]: https://github.com/benmosher/eslint-plugin-import/pull/278
166172
[#256]: https://github.com/benmosher/eslint-plugin-import/pull/256
167173
[#254]: https://github.com/benmosher/eslint-plugin-import/pull/254
168174
[#247]: https://github.com/benmosher/eslint-plugin-import/pull/247
@@ -172,6 +178,7 @@ for info on changes for earlier releases.
172178
[#228]: https://github.com/benmosher/eslint-plugin-import/pull/228
173179
[#211]: https://github.com/benmosher/eslint-plugin-import/pull/211
174180
[#157]: https://github.com/benmosher/eslint-plugin-import/pull/157
181+
[#164]: https://github.com/benmosher/eslint-plugin-import/pull/164
175182

176183
[#216]: https://github.com/benmosher/eslint-plugin-import/issues/216
177184
[#214]: https://github.com/benmosher/eslint-plugin-import/issues/214
@@ -204,9 +211,11 @@ for info on changes for earlier releases.
204211
[0.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v0.10.1...v0.11.0
205212

206213
[@mathieudutour]: https://github.com/mathieudutour
214+
[@gausie]: https://github.com/gausie
207215
[@singles]: https://github.com/singles
208216
[@jfmengels]: https://github.com/jfmengels
209217
[@lo1tuma]: https://github.com/lo1tuma
210218
[@dmnd]: https://github.com/dmnd
211219
[@lemonmade]: https://github.com/lemonmade
212220
[@jimbolla]: https://github.com/jimbolla
221+
[@jquense]: https://github.com/jquense

resolvers/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-webpack",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)