We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e94b3 commit 8af989aCopy full SHA for 8af989a
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v15.1.0
4
+
5
+_2023-05-30_
6
7
+### Features
8
9
+- feat: Resolve js/jsx/mjs/cjs imports from TypeScript files [#1498](https://github.com/rollup/plugins/pull/1498)
10
11
## v15.0.2
12
13
_2023-04-04_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "15.0.2",
+ "version": "15.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments