From f3b2324039ab5a739740b60843924986ca2ddbc2 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 4 Feb 2017 08:13:47 +0100 Subject: [PATCH] Link changelog for new update --- bin/now.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/now.js b/bin/now.js index 03cfa49..7c011d9 100755 --- a/bin/now.js +++ b/bin/now.js @@ -32,7 +32,8 @@ if (!process.pkg && pkg.dist) { const update = notifier.update let message = `Update available! ${chalk.red(update.current)} → ${chalk.green(update.latest)} \n` - message += `Run ${chalk.magenta('npm i -g now')} to update!` + message += `Run ${chalk.magenta('npm i -g now')} to update!\n` + message += `${chalk.magenta('Changelog:')} https://github.com/zeit/now-cli/releases/tag/${update.latest}` notifier.notify({message}) }