Browse Source

-> v0.35.3

gh-953 v0.35.3
Rich-Harris 8 years ago
parent
commit
c00399bf20
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.35.3
* Render identifiers inside template literals
## 0.35.2
* Fix broken build caused by out of date locally installed dependencies

2
package.json

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

Loading…
Cancel
Save