Browse Source

-> 0.18.4

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.18.4
* Make external modules configurable (i.e. `external.config.foo = 'bar'`) without erroring
## 0.18.3
* Crop indent exclusion ranges to exclude enclosing quotes ([#166](https://github.com/rollup/rollup/issues/166))

2
package.json

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

Loading…
Cancel
Save