Browse Source

-> 0.18.2

better-aggressive v0.18.2
Rich Harris 9 years ago
parent
commit
2202830362
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.18.2
* Include definitions of namespace members that are exported as defaults
## 0.18.1
* Include `acorn.parse` in bundle, remove `sander` from dependencies, simplify build

2
package.json

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

Loading…
Cancel
Save