Browse Source

-> v0.41.4

master v0.41.4
Rich-Harris 8 years ago
parent
commit
80da8ecf3e
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog # rollup changelog
## 0.41.4
* Fix cases of multiple `export * from 'external'` declarations ([#1252](https://github.com/rollup/rollup/issues/1252))
* Fix 'TODO' error message ([#1257](https://github.com/rollup/rollup/issues/1257))
## 0.41.3 ## 0.41.3
* Don't treat `this.foo` as possible namespace ([#1258](https://github.com/rollup/rollup/issues/1258)) * Don't treat `this.foo` as possible namespace ([#1258](https://github.com/rollup/rollup/issues/1258))

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "rollup", "name": "rollup",
"version": "0.41.3", "version": "0.41.4",
"description": "Next-generation ES6 module bundler", "description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js", "main": "dist/rollup.js",
"module": "dist/rollup.es.js", "module": "dist/rollup.es.js",

Loading…
Cancel
Save