rollup 1.25.1 → 1.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 1.25.2
4
+ *2019-10-23*
5
+
6
+ ### Bug Fixes
7
+ * Improve performance of bundled UMD code by adding additional parentheses to enforce eager parsing (#3183)
8
+ * Improve types to tolerate passing a Rollup config with multiple outputs to `rollup.rollup` (#3184)
9
+
10
+ ### Pull Requests
11
+ * [#3183](https://github.com/rollup/rollup/pull/3183): Add parentheses to factory function of UMD bundles (@ajihyf)
12
+ * [#3184](https://github.com/rollup/rollup/pull/3184): RollupOptions accept output as array (@imcotton)
13
+
3
14
  ## 1.25.1
4
15
  *2019-10-20*
5
16
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v1.25.1
6
- Sun, 20 Oct 2019 17:53:58 GMT - commit b0d35e158379e36de521820846f5571741eed7cf
5
+ Rollup.js v1.25.2
6
+ Wed, 23 Oct 2019 05:48:50 GMT - commit b123169865e670d3b961d5afaef090aa4e019fef
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup