Bumped to v2.2.1

This commit is contained in:
Sahat Yalkabov
2014-06-17 02:25:37 -04:00
parent 1859935b67
commit 0130e8ac3b
2 changed files with 5 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 :octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com
Jump to [What's new in 2.2?](#changelog) Jump to [What's new in 2.2.1?](#changelog)
A boilerplate for **Node.js** web applications. A boilerplate for **Node.js** web applications.
@ -1186,6 +1186,9 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se
Changelog Changelog
--------- ---------
### 2.2.1 (June 17, 2014)
- Added IBM Codename: BlueMix deployment instructions
### 2.2 (June 6, 2014) ### 2.2 (June 6, 2014)
- Use Lodash instead of Underscore.js - Use Lodash instead of Underscore.js
- Replaced all occurences of `_.findWhere` with `_.find` - Replaced all occurences of `_.findWhere` with `_.find`

View File

@ -1,6 +1,6 @@
{ {
"name": "hackathon-starter", "name": "hackathon-starter",
"version": "2.2.0", "version": "2.2.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sahat/hackathon-starter.git" "url": "https://github.com/sahat/hackathon-starter.git"