Skip to content

Commit 4a38ef4

Browse files
committed
[resolvers/node] v0.3.4
1 parent 44b42c0 commit 4a38ef4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: resolvers/node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## Unreleased
7+
8+
## v0.3.4 - 2020-06-16
79
### Added
810
- add `.node` extension ([#1663])
911

12+
## v0.3.3 - 2020-01-10
13+
### Changed
14+
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])
15+
1016
## v0.3.2 - 2018-01-05
1117
### Added
1218
- `.mjs` extension detected by default to support `experimental-modules` ([#939])
@@ -45,6 +51,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
4551
[#438]: https://github.com/benmosher/eslint-plugin-import/pull/438
4652

4753
[#1663]: https://github.com/benmosher/eslint-plugin-import/issues/1663
54+
[#1595]: https://github.com/benmosher/eslint-plugin-import/pull/1595
4855
[#939]: https://github.com/benmosher/eslint-plugin-import/issues/939
4956
[#531]: https://github.com/benmosher/eslint-plugin-import/issues/531
5057
[#437]: https://github.com/benmosher/eslint-plugin-import/issues/437
@@ -53,3 +60,4 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5360
[@lukeapage]: https://github.com/lukeapage
5461
[@SkeLLLa]: https://github.com/SkeLLLa
5562
[@ljharb]: https://github.com/ljharb
63+
[@opichals]: https://github.com/opichals

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.3.3",
3+
"version": "0.3.4",
44
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)