Skip to content

Commit 80da8ec

Browse files
committedJan 14, 2017
-> v0.41.4
1 parent 23d50f6 commit 80da8ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# rollup changelog
22

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+
38
## 0.41.3
49

510
* Don't treat `this.foo` as possible namespace ([#1258](https://github.com/rollup/rollup/issues/1258))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "0.41.3",
3+
"version": "0.41.4",
44
"description": "Next-generation ES6 module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/rollup.es.js",

0 commit comments

Comments
 (0)