Browse Source

-> 0.3.1

contingency-plan v0.3.1
Rich Harris 10 years ago
parent
commit
7b4f5b526f
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -1,8 +1,13 @@
# rollup changelog
## 0.3.1
* Saner deconflicting
* Rename namespace imports from external modules correctly
## 0.3.0
* Basic functionality present, mostly spec-compliant
* Basic functionality present, mostly spec-compliant
## 0.2.1

2
package.json

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

Loading…
Cancel
Save