Browse Source

-> 0.18.3

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.18.3
* Crop indent exclusion ranges to exclude enclosing quotes ([#166](https://github.com/rollup/rollup/issues/166))
## 0.18.2
* Include definitions of namespace members that are exported as defaults

2
package.json

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

Loading…
Cancel
Save