Browse Source

-> 0.18.1

better-aggressive
Rich Harris 9 years ago
parent
commit
90e7a8d435
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.18.1
* Include `acorn.parse` in bundle, remove `sander` from dependencies, simplify build
## 0.18.0
* Internal rewrite

2
package.json

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

Loading…
Cancel
Save