File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this resolver will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## v0.2.3 - 2016-08-20
7
+ ### Added
8
+ - debug logging (use ` DEBUG=eslint-plugin-import:resolver:node eslint [...] ` )
9
+
6
10
## v0.2.2 - 2016-07-14
7
11
### Fixed
8
12
- Node resolver no longer declares the import plugin as a ` peerDependency ` . See [ #437 ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-node" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " Node default behavior import resolution plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments