From e39ccd2974ac4bc88e44e0c2ea23fd159e72a714 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 22 Oct 2015 17:46:39 -0400 Subject: [PATCH] bump version, plus incomplete changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c9e5a..0fb6bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.20.0 + +* Support for [plugins](TK_WIKI) ([#207](https://github.com/rollup/rollup/pulls/207)) +* BREAKING – `options.transform`, `options.load`, `options.resolveId`, `options.resolveExternal` and `options.external` are no longer supported, and should be handled by plugins. [More info](TK) + ## 0.19.2 * Fix exporting namespaces to include all of their exports ([#204](https://github.com/rollup/rollup/issues/204)) diff --git a/package.json b/package.json index 8ce632a..5851a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.19.2", + "version": "0.20.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",