@ -1,5 +1,12 @@
# rollup changelog
## 0.21.3
* Validate option keys ([#348](https://github.com/rollup/rollup/pull/348))
* Allow namespaces imports to sit alongside named imports ([#355](https://github.com/rollup/rollup/issues/355))
* Count references inside destructured objects ([#364](https://github.com/rollup/rollup/issues/364))
* Preserve top-level `delete` statements ([#352](https://github.com/rollup/rollup/issues/352))
## 0.21.2
* Missing relative imports are an error, not a warning ([#321](https://github.com/rollup/rollup/issues/321))
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.21.2",
"version": "0.21.3",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",