Browse Source

-> v0.33.2

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

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog # rollup changelog
## 0.33.2
* Add `bundle` as second argument to `ongenerate` and `onwrite` hooks ([#773](https://github.com/rollup/rollup/pull/773))
* Warn on top-level `this` ([#770](https://github.com/rollup/rollup/issues/770))
## 0.33.1 ## 0.33.1
* Fix `--no-strict` option ([#751](https://github.com/rollup/rollup/pull/751)) * Fix `--no-strict` option ([#751](https://github.com/rollup/rollup/pull/751))

2
package.json

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

Loading…
Cancel
Save