Browse Source

-> v0.32.3

semi-dynamic-namespace-imports v0.32.3
Rich Harris 9 years ago
parent
commit
d3bd821732
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.32.3
* Generated correct sourcemaps with reified namespaces ([#668](https://github.com/rollup/rollup/issues/668))
* Exclude plugin helper modules from sourcemaps ([#747](https://github.com/rollup/rollup/pull/747))
## 0.32.2
* Allow `--globals` to work with `--external` or `options.external` in whatever configuration ([#743](https://github.com/rollup/rollup/issues/743))

2
package.json

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

Loading…
Cancel
Save