Browse Source

-> v0.31.0

ghi-672 v0.31.0
Rich Harris 9 years ago
parent
commit
4434cf1f5b
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.31.0
* Rewrite top-level `this` as `undefined` ([#707](https://github.com/rollup/rollup/pull/707))
* Pass `options.acorn` to Acorn ([#564](https://github.com/rollup/rollup/issues/564))
## 0.30.0
* Bundle CLI ([#700](https://github.com/rollup/rollup/issues/700))

2
package.json

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

Loading…
Cancel
Save