Skip to content

Commit a96a923

Browse files
committed
-> v0.41.6
1 parent 7c8c6ba commit a96a923

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rollup changelog
22

3+
## 0.41.6
4+
5+
* Preserve `originalSourceMap` on incremental rebuilds for loaders with sourcemaps ([#1336](https://github.com/rollup/rollup/issues/1336))
6+
37
## 0.41.5
48

59
* Wrap ternary consequent/alternate sequences in parens ([#1273](https://github.com/rollup/rollup/issues/1273))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "0.41.5",
3+
"version": "0.41.6",
44
"description": "Next-generation ES6 module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/rollup.es.js",

0 commit comments

Comments
 (0)