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",