Browse Source

-> 0.3.0

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

4
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)

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