Bumped to version 2.2

Fixes #157, #158
This commit is contained in:
Sahat Yalkabov
2014-06-06 16:18:15 -04:00
parent b05c12d6d4
commit 89c2013027
2 changed files with 17 additions and 3 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.1.4?](#changelog)
Jump to [What's new in 2.2?](#changelog)
A boilerplate for **Node.js** web applications.
@ -1139,10 +1139,24 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
Changelog
---------
### 2.2 (June 6, 2014)
- Use Lodash instead of Underscore.js
- Replaced all occurences of `_.findWhere` with `_.find`
- Added a flash message when user deletes an account
- Updated and clarified some comments
- Updated the Remove Auth message in `setup.js`
- Redesigned API Examples page
- Updated Last.fm API example
- Updated Steam API example
- Updated Instagram API example
- Updated Facebook API example
- Updated jQuery to 2.1.1
- Fixed a bug that didn't remove Instagram Auth properly
- Fixed Foursquare secret token
### 2.1.4 (June 5, 2014)
- Fixed a bug related to `returnTo` url (#155)
### 2.1.3 (June 3, 2014)
- Font Awesome 4.1
- Updated icons on some API examples

View File

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