Browse Source

-> v0.26.0

gh-669 v0.26.0
Rich Harris 9 years ago
parent
commit
004f5a1d69
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
CHANGELOG.md

@ -1,5 +1,13 @@
# rollup changelog
## 0.26.0
* Add `noConflict`/`--no-conflict` option for UMD builds ([#580](https://github.com/rollup/rollup/pull/580))
* Normalise relative external paths ([#591](https://github.com/rollup/rollup/pull/591))
* Report files causing transform errors ([#609](https://github.com/rollup/rollup/pull/609))
* Handle sourcemap segments with a single member ([#619](https://github.com/rollup/rollup/pull/619))
* Update dependencies
## 0.25.8
* Unixize entry path ([#586](https://github.com/rollup/rollup/pull/586))

2
package.json

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

Loading…
Cancel
Save