Browse Source

-> 0.12.1

contingency-plan v0.12.1
Rich-Harris 10 years ago
parent
commit
35e4eef1f4
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.12.1
* Don't attempt to mark statements belonging to external modules ([#68](https://github.com/rollup/rollup/issues/68))
* Correctly deshadow variables that conflict with imports ([#68](https://github.com/rollup/rollup/issues/68))
## 0.12.0
* Internal re-architecting, resulting in more efficient bundling with reduced memory usage

2
package.json

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

Loading…
Cancel
Save