From a483b707e6ec8f25f80ebc315c969c1cbba13a0d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 2 Jul 2014 01:20:08 -0400 Subject: [PATCH] version 2.3 release fixes #167 --- README.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 131c5c85bf..fc9373b6ec 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hackathon Starter [![Dependency Status](http://img.shields.io/gemnasium/sahat/ha :octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com -Jump to [What's new in 2.2.1?](#changelog) +Jump to [What's new in 2.3?](#changelog) A boilerplate for **Node.js** web applications. @@ -1187,6 +1187,15 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se Changelog --------- +### 2.3 (July 2, 2014) +- Bootstrap 3.2 +- New default theme +- Ionicons fonts +- Fixed bodyParser deprecation warning +- Minor visual updates +- CSS cleanup via RECESS +- Replaced `navbar-brand` image with a font icon + ### 2.2.1 (June 17, 2014) - Added IBM Codename: BlueMix deployment instructions diff --git a/package.json b/package.json index 8a78343249..e2310bcf19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.2.1", + "version": "2.3.0", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"