Browse Source

-> 0.19.1

better-aggressive v0.19.1
Rich-Harris 9 years ago
parent
commit
b8dd8c4b49
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.19.1
* Fix `module.basename()` when used with custom `resolveId` function
* Use [rollup-babel](https://github.com/rollup/rollup-babel) to build self
## 0.19.0
* **breaking** The `transform` option is no longer pass through to custom loaders. Loaders should only concern themselves with providing source code; transformation will *always* take place

2
package.json

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

Loading…
Cancel
Save