Browse Source

-> v0.26.3

gh-669 v0.26.3
Rich Harris 9 years ago
parent
commit
8ee6ef0109
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.26.3
* Ensure reference is not incorrectly marked as a reassignment ([#648](https://github.com/rollup/rollup/issues/648))
## 0.26.2
* Sanity check output of `load` hook ([#607](https://github.com/rollup/rollup/issues/607))

2
package.json

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

Loading…
Cancel
Save