Browse Source

-> 0.17.1

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.17.1
* Allow namespaces to be passed to a function ([#149](https://github.com/rollup/rollup/issues/149))
## 0.17.0
* Roll back to 0.15.0 and reapply subsequent fixes pending resolution of ([#132](https://github.com/rollup/rollup/issues/132)) and related issues

2
package.json

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

Loading…
Cancel
Save