Browse Source

-> 0.6.5

contingency-plan v0.6.5
Rich-Harris 10 years ago
parent
commit
11e14cb0e6
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.6.5
* Add sourceMappingURL comment to code, as appropriate
* Higher resolution sourcemaps
## 0.6.4
* Fix CJS bundling with default export

2
package.json

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

Loading…
Cancel
Save