@ -1,5 +1,10 @@
# rollup changelog
## 0.40.2
* Add `file` property to sourcemaps for bundles with plugins (#986](https://github.com/rollup/rollup/issues/986))
* Don't require globals for empty imports ([#1217](https://github.com/rollup/rollup/issues/1217))
## 0.40.1
* Allow missing space between `export default` and declaration ([#1218](https://github.com/rollup/rollup/pull/1218))
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.40.1",
"version": "0.40.2",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",