From ee88a344747af4f545dc2d09ed8d07a8c392f0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 1 Jun 2018 12:27:50 +0200 Subject: [PATCH] 9.14.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd6d6c0..206e2346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 9.14.0 +* Add console paonel. (#468) + With `bankai start`, press "2" to switch to the console output. + Press "1" to switch to the main output. + ## 9.13.0 * enable reload when necessary (#493) * correct router regex (#496) diff --git a/package.json b/package.json index 38610078..ba1cb6af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bankai", - "version": "9.13.0", + "version": "9.14.0", "description": "The easiest way to compile JavaScript, HTML and CSS", "license": "Apache-2.0", "repository": "choojs/bankai",