Browse Source

-> 0.3.0

contingency-plan
Rich-Harris 10 years ago
parent
commit
f34a896d95
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.3.0
* Basic functionality present, mostly spec-compliant
## 0.2.1
* Include dist files in npm package (duh)
@ -11,4 +15,4 @@
## 0.1.0
* Initial experiment
* Initial experiment

2
package.json

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

Loading…
Cancel
Save