From ced71a8b7d9be995b3b187ccd3a801705dde2339 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 19 Sep 2015 19:43:40 +0200 Subject: [PATCH] -> 0.16.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58f37b..cedb021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.16.0 + +* Internal refactoring ([#99](https://github.com/rollup/rollup/pull/99)) +* Optimisation for statically-analysable namespace imports ([#99](https://github.com/rollup/rollup/pull/99)) +* Windows support (theoretically!) ([#117](https://github.com/rollup/rollup/pull/117) / [#119](https://github.com/rollup/rollup/pull/119)) + ## 0.15.0 * Load all modules specified by `import` statements, and do tree-shaking synchronously once loading is complete. This results in simpler and faster code, and enables future improvements ([#97](https://github.com/rollup/rollup/pull/97)) diff --git a/package.json b/package.json index 16d5807..ad902ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.15.0", + "version": "0.16.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",