Browse Source

bump version, plus incomplete changelog

better-aggressive
Rich Harris 9 years ago
parent
commit
e39ccd2974
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
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))

2
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",

Loading…
Cancel
Save