Browse Source

-> v0.30.0

ghi-672 v0.30.0
Rich Harris 9 years ago
parent
commit
fb1004524e
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.30.0
* Bundle CLI ([#700](https://github.com/rollup/rollup/issues/701)
* Ensure absolute paths are normalised ([#704](https://github.com/rollup/rollup/issues/704))
* Allow `rollup --watch` to work with targets
## 0.29.1
* Merge `target` options with main options ([#701](https://github.com/rollup/rollup/issues/701))

2
package.json

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

Loading…
Cancel
Save