Browse Source

-> 0.16.3

module-order v0.16.3
Rich-Harris 10 years ago
parent
commit
9d0bf9d221
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog # rollup changelog
## 0.16.3
* Prevent adjacent blocks of multiple var declarations causing magic-string failure ([#105](https://github.com/rollup/rollup/issues/105))
## 0.16.2 ## 0.16.2
* Top-level function calls and assignments to globals are treated as side-effects, and always included * Top-level function calls and assignments to globals are treated as side-effects, and always included

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "rollup", "name": "rollup",
"version": "0.16.2", "version": "0.16.3",
"description": "Next-generation ES6 module bundler", "description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js", "main": "dist/rollup.js",
"jsnext:main": "src/rollup.js", "jsnext:main": "src/rollup.js",

Loading…
Cancel
Save