Browse Source

-> v0.28.0

ghi-672 v0.28.0
Rich-Harris 8 years ago
parent
commit
53fdae7173
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.28.0
* Experimental support for incremental rebuilds ([#658](https://github.com/rollup/rollup/pull/658))
## 0.27.1
* Ensure names exported from a module are not replaced with reserved words ([#696](https://github.com/rollup/rollup/pull/696))

2
package.json

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

Loading…
Cancel
Save