Browse Source

-> v0.33.1

semi-dynamic-namespace-imports v0.33.1
Rich-Harris 8 years ago
parent
commit
c043a413b2
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.33.1
* Fix `--no-strict` option ([#751](https://github.com/rollup/rollup/pull/751))
* Fix Windows edge case with case-sensitive paths ([#760](https://github.com/rollup/rollup/pull/760))
## 0.33.0
* Downgrade missing transformer sourcemap to a warning, not an error, and print the name of the offending plugin if possible ([#746](https://github.com/rollup/rollup/issues/746))

2
package.json

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

Loading…
Cancel
Save