Skip to content

Commit 852d14b

Browse files
committed
resolvers/node/v0.2.3
1 parent 5be9660 commit 852d14b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: resolvers/node/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this resolver 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+
## v0.2.3 - 2016-08-20
7+
### Added
8+
- debug logging (use `DEBUG=eslint-plugin-import:resolver:node eslint [...]`)
9+
610
## v0.2.2 - 2016-07-14
711
### Fixed
812
- Node resolver no longer declares the import plugin as a `peerDependency`. See [#437]

Diff for: resolvers/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-node",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)