@ -1,5 +1,9 @@
# rollup changelog
## 0.17.2
* Allow use of scoped npm packages ([#131](https://github.com/rollup/rollup/issues/131))
## 0.17.1
* Allow namespaces to be passed to a function ([#149](https://github.com/rollup/rollup/issues/149))
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.17.1",
"version": "0.17.2",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",