Browse Source

-> 0.3.1

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

5
CHANGELOG.md

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

2
package.json

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

Loading…
Cancel
Save