Browse Source

-> v0.34.1

semi-dynamic-namespace-imports v0.34.1
Rich-Harris 9 years ago
parent
commit
5c0597d70a
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.34.1
* Support `paths` config ([#754](https://github.com/rollup/rollup/issues/754))
* Allow `export *` from external module, internally
## 0.34.0
* Use resolved IDs for relative imports that are also external modules, to allow `options.globals` to work with them ([#763](https://github.com/rollup/rollup/issues/763))

2
package.json

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

Loading…
Cancel
Save