Skip to content

Commit

Permalink
9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 6, 2018
1 parent 2860559 commit 6e7b439
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 9.15.0
* Add favicon. (#502)
A `favicon.ico` in the root of your project will be used as the icon for your
app!
* Prevent infinite redirect behind a reverse proxy. (#510)
* Fix documentation typo. (#505)

Thanks @ZhouHansen, @mjstahl and @jekrb!

## 9.14.0
* Add console paonel. (#468)
* Add console panel. (#468)
With `bankai start`, press "2" to switch to the console output.
Press "1" to switch to the main output.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bankai",
"version": "9.14.0",
"version": "9.15.0",
"description": "The easiest way to compile JavaScript, HTML and CSS",
"license": "Apache-2.0",
"repository": "choojs/bankai",
Expand Down

0 comments on commit 6e7b439

Please sign in to comment.