Browse Source

-> v0.35.11

gh-953 v0.35.11
Rich Harris 8 years ago
parent
commit
5d5eb24b15
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.35.11
* Deconflict reified namespaces with other declarations ([#910](https://github.com/rollup/rollup/issues/910))
## 0.35.10
* Only remove EmptyStatement nodes directly inside blocks ([#913](https://github.com/rollup/rollup/issues/931))

2
package.json

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

Loading…
Cancel
Save