From c591f04fb30f8eb1b5a8364f6446d159cdce184f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Sep 2015 18:00:41 -0400 Subject: [PATCH] -> 0.17.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccda459..9beffb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.17.4 + +* Allow imports from hidden directories (replay of [#133](https://github.com/rollup/rollup/issues/133)) + ## 0.17.3 * Handle parenthesised default exports ([#136](https://github.com/rollup/rollup/issues/136)) diff --git a/package.json b/package.json index 0fb1e72..1a4fe8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.17.3", + "version": "0.17.4", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",