We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c175720 commit 836af36Copy full SHA for 836af36
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,18 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v11.0.1
4
+
5
+_2020-12-14_
6
7
+### Bugfixes
8
9
+- fix: export map specificity (#675)
10
+- fix: add missing type import (#668)
11
12
+### Updates
13
14
+- docs: corrected word "yse" to "use" (#723)
15
16
## v11.0.0
17
18
_2020-11-30_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "11.0.0",
+ "version": "11.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments