Browse Source

-> 0.22.0

gh-384 v0.22.0
Rich-Harris 9 years ago
parent
commit
d1b57f44c1
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.22.0
* Duplicate warnings are squelched ([#362](https://github.com/rollup/rollup/issues/362))
* Plugins can manipulate or override the `options` object ([#371](https://github.com/rollup/rollup/pull/371))
## 0.21.3
* Validate option keys ([#348](https://github.com/rollup/rollup/pull/348))

2
package.json

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

Loading…
Cancel
Save