Browse Source

-> v0.35.10

gh-953 v0.35.10
Brian Donovan 8 years ago
parent
commit
5b68b14052
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.35.10
* Only remove EmptyStatement nodes directly inside blocks ([#913](https://github.com/rollup/rollup/issues/931))
## 0.35.9
* Support Node 0.12 ([#909](https://github.com/rollup/rollup/issues/909))

2
package.json

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

Loading…
Cancel
Save