diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dadab..d9c97cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.18.5 + +* Allow namespaces to be assigned to variables ([#168](https://github.com/rollup/rollup/issues/168)) +* Promote `chalk` and `source-map-support` to `dependencies`, as they're used by the CLI [#167](https://github.com/rollup/rollup/pull/167)) + ## 0.18.4 * Make external modules configurable (i.e. `external.config.foo = 'bar'`) without erroring diff --git a/package.json b/package.json index 5b18b7e..25991d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.18.4", + "version": "0.18.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",