Browse Source

-> v0.35.14

legacy-quote-reserved-properties v0.35.14
Rich-Harris 8 years ago
parent
commit
42ed5c24ba
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog # rollup changelog
## 0.35.14
* Include all parent statements of expression with effects, up to function boundary ([#930](https://github.com/rollup/rollup/issues/930))
## 0.35.13 ## 0.35.13
* Include superclasses when including their subclasses ([#932](https://github.com/rollup/rollup/issues/932)) * Include superclasses when including their subclasses ([#932](https://github.com/rollup/rollup/issues/932))

2
package.json

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

Loading…
Cancel
Save