Skip to content

Commit

Permalink
-> v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 20, 2017
1 parent 6fc2088 commit 941b3a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# rollup changelog

## 0.48.0

* Numerous changes to the `options` object and CLI arguments ([#1479](https://github.com/rollup/rollup/issues/1479)). See [this gist](https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32) for a rundown.

## 0.47.6

* Set `process.env.ROLLUP_WATCH` *before* loading config file
Expand Down
1 change: 1 addition & 0 deletions bin/src/run/batchWarnings.js
Expand Up @@ -76,6 +76,7 @@ export default function batchWarnings () {
const immediateHandlers = {
DEPRECATED_OPTIONS: warning => {
title( `Some options have been renamed` );
info( `https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32` );
warning.deprecations.forEach(option => {
stderr( `${chalk.bold(option.old)} is now ${option.new}` );
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.47.6",
"version": "0.48.0",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
Expand Down

0 comments on commit 941b3a4

Please sign in to comment.