Browse Source

-> v0.41.1

gh-1187 v0.41.1
Rich Harris 8 years ago
parent
commit
e938d86c12
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.41.1
* Include `new` expressions where callee is a class with side-effects ([#980](https://github.com/rollup/rollup/issues/980) [#1233](https://github.com/rollup/rollup/issues/1233))
## 0.41.0
* Add `this.warn(...)` and `this.error(...)` methods to plugin `transform` hook contexts ([#1140](https://github.com/rollup/rollup/issues/1140))

2
package.json

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

Loading…
Cancel
Save