Browse Source

-> v0.40.2

gh-1187 v0.40.2
Rich-Harris 8 years ago
parent
commit
be76a1ff7a
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -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))

2
package.json

@ -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",

Loading…
Cancel
Save