Skip to content

Commit

Permalink
[resolvers/node] v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 16, 2020
1 parent 44b42c0 commit 4a38ef4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions resolvers/node/CHANGELOG.md
Expand Up @@ -4,9 +4,15 @@ 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.4 - 2020-06-16
### Added
- add `.node` extension ([#1663])

## v0.3.3 - 2020-01-10
### Changed
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])

## v0.3.2 - 2018-01-05
### Added
- `.mjs` extension detected by default to support `experimental-modules` ([#939])
Expand Down Expand Up @@ -45,6 +51,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
[#438]: https://github.com/benmosher/eslint-plugin-import/pull/438

[#1663]: https://github.com/benmosher/eslint-plugin-import/issues/1663
[#1595]: https://github.com/benmosher/eslint-plugin-import/pull/1595
[#939]: https://github.com/benmosher/eslint-plugin-import/issues/939
[#531]: https://github.com/benmosher/eslint-plugin-import/issues/531
[#437]: https://github.com/benmosher/eslint-plugin-import/issues/437
Expand All @@ -53,3 +60,4 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
[@lukeapage]: https://github.com/lukeapage
[@SkeLLLa]: https://github.com/SkeLLLa
[@ljharb]: https://github.com/ljharb
[@opichals]: https://github.com/opichals
2 changes: 1 addition & 1 deletion resolvers/node/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.3",
"version": "0.3.4",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 4a38ef4

Please sign in to comment.