Browse Source

-> v0.36.3

legacy-quote-reserved-properties v0.36.3
Rich-Harris 8 years ago
parent
commit
5344665d72
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.36.3
* Add `legacy` option for IE8 support ([#989](https://github.com/rollup/rollup/pull/989))
## 0.36.2
* Insert semicolons where necessary to fix broken code ([#1004](https://github.com/rollup/rollup/issues/1004))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.36.2",
"version": "0.36.3",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",

Loading…
Cancel
Save