Browse Source

-> v0.32.4

semi-dynamic-namespace-imports v0.32.4
Rich Harris 9 years ago
parent
commit
53edfac1f2
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.32.4
* Add `ongenerate` and `onwrite` plugin hooks ([#742](https://github.com/rollup/rollup/pull/742))
## 0.32.3
* Generated correct sourcemaps with reified namespaces ([#668](https://github.com/rollup/rollup/issues/668))

2
package.json

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

Loading…
Cancel
Save