Browse Source

-> v0.39.2

gh-786 v0.39.2
Rich-Harris 8 years ago
parent
commit
a00d3916c9
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog # rollup changelog
## 0.39.2
* Prevent mutation of cached ASTs (fixes stack overflow with rollup-watch) ([#1205](https://github.com/rollup/rollup/pull/1205))
## 0.39.1 ## 0.39.1
* Ignore `var` initialisers in dead branches ([#1198](https://github.com/rollup/rollup/issues/1198)) * Ignore `var` initialisers in dead branches ([#1198](https://github.com/rollup/rollup/issues/1198))

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "rollup", "name": "rollup",
"version": "0.39.1", "version": "0.39.2",
"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