Browse Source

-> 0.14.0

contingency-plan
Rich-Harris 9 years ago
parent
commit
4f959bd9de
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.14.0
* TK
## 0.13.0
* Support `banner` and `footer` options ([#66](https://github.com/rollup/rollup/pull/66))

2
package.json

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

Loading…
Cancel
Save