diff --git a/CHANGELOG.md b/CHANGELOG.md index 206e2346..cac6448e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index ba1cb6af..a56ef3c4 100644 --- a/package.json +++ b/package.json @@ -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",