From a1131a9d647f04fd7ed49d7fad14e7129fca314b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Sep 2015 16:11:36 -0400 Subject: [PATCH] -> 0.17.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8efe4..d09837a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0c20c1a..75004ff 100644 --- a/package.json +++ b/package.json @@ -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",