Browse Source

-> 0.23.1

gh-438-b v0.23.1
Rich-Harris 9 years ago
parent
commit
c502eaa678
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.23.1
* Reinstate missing fix from ([#392](https://github.com/rollup/rollup/pull/392))
## 0.23.0
* Add `bundleTransform` plugin hook and option ([#387](https://github.com/rollup/rollup/pull/387))

2
package.json

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

Loading…
Cancel
Save