From 69326f12a102f6d60e2a58fcb4492172e32bd7a9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 23 Sep 2015 16:06:45 -0400 Subject: [PATCH] -> 0.16.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a85b80..6b550a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.16.4 + +* Fix import paths with `.` ([#133](https://github.com/rollup/rollup/issues/133)) +* Prevent sourceMappingURL confusion leading to broken sourcemap +* Add code coverage reporting [#130](https://github.com/rollup/rollup/pull/130)) + ## 0.16.3 * Prevent adjacent blocks of multiple var declarations causing magic-string failure ([#105](https://github.com/rollup/rollup/issues/105)) diff --git a/package.json b/package.json index 9a6f358..f1ad39b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.16.3", + "version": "0.16.4", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",