Skip to content

Commit

Permalink
eslint-import-resolver-node: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 5, 2018
1 parent 359a200 commit b131b2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resolvers/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## Unreleased

## v0.3.2 - 2018-01-05
### Added
- `.mjs` extension detected by default to support `experimental-modules` (#939)

### Deps
- update `debug`, `resolve`

## v0.3.1 - 2017-06-23
### Changed
- bumped `debug` dep to match other packages
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b131b2c

Please sign in to comment.