diff --git a/CHANGELOG.md b/CHANGELOG.md index fca57fe..f1c5945 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/package.json b/package.json index 9dd3eef..3c3bc58 100644 --- a/package.json +++ b/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",