File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ 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
6
## Unreleased
7
+
8
+ ## v0.3.4 - 2020-06-16
7
9
### Added
8
10
- add ` .node ` extension ([ #1663 ] )
9
11
12
+ ## v0.3.3 - 2020-01-10
13
+ ### Changed
14
+ - [ meta] copy LICENSE file to all npm packages on prepublish ([ #1595 ] , thanks [ @opichals ] )
15
+
10
16
## v0.3.2 - 2018-01-05
11
17
### Added
12
18
- ` .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
45
51
[ #438 ] : https://github.com/benmosher/eslint-plugin-import/pull/438
46
52
47
53
[ #1663 ] : https://github.com/benmosher/eslint-plugin-import/issues/1663
54
+ [ #1595 ] : https://github.com/benmosher/eslint-plugin-import/pull/1595
48
55
[ #939 ] : https://github.com/benmosher/eslint-plugin-import/issues/939
49
56
[ #531 ] : https://github.com/benmosher/eslint-plugin-import/issues/531
50
57
[ #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
53
60
[ @lukeapage ] : https://github.com/lukeapage
54
61
[ @SkeLLLa ] : https://github.com/SkeLLLa
55
62
[ @ljharb ] : https://github.com/ljharb
63
+ [ @opichals ] : https://github.com/opichals
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-node" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " Node default behavior import resolution plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments