Browse Source

-> v0.35.12

gh-953 v0.35.12
Rich-Harris 8 years ago
parent
commit
05e12b7b3e
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.35.12
* Add `interop: false` option to disable unwrapping of external imports ([#939](https://github.com/rollup/rollup/issues/939))
## 0.35.11
* Deconflict reified namespaces with other declarations ([#910](https://github.com/rollup/rollup/issues/910))

2
package.json

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

Loading…
Cancel
Save