Browse Source

-> v0.34.7

semi-dynamic-namespace-imports v0.34.7
Bogdan Chadkin 9 years ago
parent
commit
6ceb0cd9af
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.34.7
* Leave it up to resolveId to normalize the entry path ([#835](https://github.com/rollup/rollup/pull/835))
* Cache decoded mappings ([#834](https://github.com/rollup/rollup/pull/834))
## 0.34.5
* Fix circular export ([#813](https://github.com/rollup/rollup/issues/813))

2
package.json

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

Loading…
Cancel
Save