Browse Source

-> 0.11.2

contingency-plan v0.11.2
Rich-Harris 10 years ago
parent
commit
f507ae4298
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.11.2
* Correctly handle computed properties (e.g. `foo[bar]`) when discovering dependencies ([#47](https://github.com/rollup/rollup/pull/47))
## 0.11.1
* Support for `export * from '..'` ([#46](https://github.com/rollup/rollup/pull/46))

2
package.json

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

Loading…
Cancel
Save