From 4a38ef4f65d7cbc241527eea45ad48db14c75a70 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 16 Jun 2020 10:30:01 -0700 Subject: [PATCH] [resolvers/node] v0.3.4 --- resolvers/node/CHANGELOG.md | 8 ++++++++ resolvers/node/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/resolvers/node/CHANGELOG.md b/resolvers/node/CHANGELOG.md index 141884408..8fa31bed7 100644 --- a/resolvers/node/CHANGELOG.md +++ b/resolvers/node/CHANGELOG.md @@ -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]) @@ -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 @@ -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 diff --git a/resolvers/node/package.json b/resolvers/node/package.json index 03eadafbf..27daa907f 100644 --- a/resolvers/node/package.json +++ b/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": [