Browse Source

-> 0.22.2

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.22.2
* Prevent lost `var` keywords ([#390](https://github.com/rollup/rollup/issues/390))
## 0.22.1
* Update expected option keys ([#379](https://github.com/rollup/rollup/issues/379))

2
package.json

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

Loading…
Cancel
Save