Skip to content

Commit

Permalink
[resolvers/node] v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 15, 2021
1 parent 750ba25 commit 8be2ec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions resolvers/node/CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## v0.3.6 - 2021-08-15
### Fixed
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])

## v0.3.5 - 2021-08-08
### Added
- use "module" in the same spot as "jsnext:main" ([#2166], thanks [@MustafaHaddara])
Expand Down Expand Up @@ -52,18 +56,18 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Fixed
- find files with `.json` extensions (#333, thanks for noticing @jfmengels)

[#2186]: https://github.com/import-js/eslint-plugin-import/issues/2186
[#2166]: https://github.com/import-js/eslint-plugin-import/pull/2166
[#438]: https://github.com/import-js/eslint-plugin-import/pull/438

[#1663]: https://github.com/import-js/eslint-plugin-import/issues/1663
[#1595]: https://github.com/import-js/eslint-plugin-import/pull/1595
[#939]: https://github.com/import-js/eslint-plugin-import/issues/939
[#531]: https://github.com/import-js/eslint-plugin-import/issues/531
[#438]: https://github.com/import-js/eslint-plugin-import/pull/438
[#437]: https://github.com/import-js/eslint-plugin-import/issues/437

[@jasonkarns]: https://github.com/jasonkarns
[@lukeapage]: https://github.com/lukeapage
[@SkeLLLa]: https://github.com/SkeLLLa
[@ljharb]: https://github.com/ljharb
[@opichals]: https://github.com/opichals
[@MustafaHaddara]: https://github.com/MustafaHaddara
[@MustafaHaddara]: https://github.com/MustafaHaddara
2 changes: 1 addition & 1 deletion resolvers/node/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.5",
"version": "0.3.6",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 8be2ec2

Please sign in to comment.