Browse Source

-> 0.17.4

contingency-plan v0.17.4
Rich Harris 9 years ago
parent
commit
c591f04fb3
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.17.4
* Allow imports from hidden directories (replay of [#133](https://github.com/rollup/rollup/issues/133))
## 0.17.3
* Handle parenthesised default exports ([#136](https://github.com/rollup/rollup/issues/136))

2
package.json

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

Loading…
Cancel
Save