Browse Source

-> 0.25.4

gh-669 v0.25.4
Rich-Harris 9 years ago
parent
commit
7c07a77e2e
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,5 +1,14 @@
# rollup changelog
## 0.25.4
* Fix misnamed exports of default imports in ES bundles ([#513](https://github.com/rollup/rollup/issues/513))
* CLI: warn on missing config ([#515](https://github.com/rollup/rollup/pull/515))
* Detect side-effects in non-top-level member expression assignment ([#476](https://github.com/rollup/rollup/issues/476))
* Don't remove computed property class keys ([#504](https://github.com/rollup/rollup/issues/504))
* Augment existing global object rather than replacing ([#493](https://github.com/rollup/rollup/issues/493))
* Don't fail on `export {}`, warn instead ([#486](https://github.com/rollup/rollup/issues/486))
## 0.25.3
* Handle non-objects and `null` in `_interopDefault` ([#474](https://github.com/rollup/rollup/issues/474))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.25.3",
"version": "0.25.4",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",

Loading…
Cancel
Save