diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed57a4..4fc6409 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 146756a..626962d 100644 --- a/package.json +++ b/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",