Browse Source

-> v0.40.1

gh-1187 v0.40.1
Rich-Harris 8 years ago
parent
commit
6cf998a6f7
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.40.1
* Allow missing space between `export default` and declaration ([#1218](https://github.com/rollup/rollup/pull/1218))
## 0.40.0
* [BREAKING] Better, more consistent error logging ([#1212](https://github.com/rollup/rollup/pull/1212))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.40.0",
"version": "0.40.1",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",

Loading…
Cancel
Save