Browse Source

-> v0.32.2

semi-dynamic-namespace-imports v0.32.2
Rich-Harris 9 years ago
parent
commit
19900ff17f
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.32.2
* Allow `--globals` to work with `--external` or `options.external` in whatever configuration ([#743](https://github.com/rollup/rollup/issues/743))
## 0.32.1
* Preserve side-effects to default exports that coincide with used named exports ([#733](https://github.com/rollup/rollup/issues/733))

2
package.json

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

Loading…
Cancel
Save