Browse Source

-> 0.23.0

gh-438-b v0.23.0
Rich-Harris 9 years ago
parent
commit
f6dd25c9a8
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
CHANGELOG.md

@ -1,5 +1,13 @@
# rollup changelog
## 0.23.0
* Add `bundleTransform` plugin hook and option ([#387](https://github.com/rollup/rollup/pull/387))
* Correctly store names in sourcemaps, regardless of transformers
* Add `--environment` option to CLI ([#388](https://github.com/rollup/rollup/pull/388))
* Handle destructuring in exports ([#374](https://github.com/rollup/rollup/issues/374))
* Fix UMD global exports bug introduced in 0.22.1 ([#392](https://github.com/rollup/rollup/pull/392))
## 0.22.2
* Prevent lost `var` keywords ([#390](https://github.com/rollup/rollup/issues/390))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.22.2",
"version": "0.23.0",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",

Loading…
Cancel
Save