Browse Source

-> 0.25.2

gh-669 v0.25.2
Rich-Harris 9 years ago
parent
commit
affc538067
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.25.2
* Skip dead branches of a conditional expression (#[465](https://github.com/rollup/rollup/pull/465))
* Allow globals to be exported ([#472](https://github.com/rollup/rollup/pull/472))
* Ensure reassigned exports are exported ([#484](https://github.com/rollup/rollup/issues/484))
## 0.25.1
* Throw error if namespace is called ([#446](https://github.com/rollup/rollup/issues/446))

2
package.json

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

Loading…
Cancel
Save