We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d50f6 commit 80da8ecCopy full SHA for 80da8ec
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# rollup changelog
2
3
+## 0.41.4
4
+
5
+* Fix cases of multiple `export * from 'external'` declarations ([#1252](https://github.com/rollup/rollup/issues/1252))
6
+* Fix 'TODO' error message ([#1257](https://github.com/rollup/rollup/issues/1257))
7
8
## 0.41.3
9
10
* Don't treat `this.foo` as possible namespace ([#1258](https://github.com/rollup/rollup/issues/1258))
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
- "version": "0.41.3",
+ "version": "0.41.4",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
0 commit comments