Browse Source

-> v0.29.0

ghi-672 v0.29.0
Rich-Harris 9 years ago
parent
commit
5f7c2f68cb
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.29.0
* `rollup --watch` ([#284](https://github.com/rollup/rollup/issues/284))
## 0.28.0
* Experimental support for incremental rebuilds ([#658](https://github.com/rollup/rollup/pull/658))

2
package.json

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

Loading…
Cancel
Save