version 2.3 release

fixes #167
pull/2/head
Sahat Yalkabov 2014-07-02 01:20:08 -04:00
parent 738713fe02
commit a483b707e6
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

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