Browse Source

-> 0.25.8

gh-669 v0.25.8
Rich-Harris 9 years ago
parent
commit
49e9fac201
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.25.8
* Unixize entry path ([#586](https://github.com/rollup/rollup/pull/586))
## 0.25.7
* Expand deshadowed shorthand properties ([#575](https://github.com/rollup/rollup/issues/575))

2
package.json

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

Loading…
Cancel
Save