Browse Source

-> v0.27.1

ghi-672 v0.27.1
Rich Harris 8 years ago
parent
commit
1a4c45ac89
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.27.1
* Ensure names exported from a module are not replaced with reserved words ([#696](https://github.com/rollup/rollup/pull/696))
* Revert ([#692](https://github.com/rollup/rollup/pull/692)) – resolved IDs must be strings
## 0.27.0
* Use native promises instead of `es6-promise` ([#689](https://github.com/rollup/rollup/issues/689))

2
package.json

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

Loading…
Cancel
Save