From 6bd700867f840111ce22bec85d72522a532c90a5 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 25 Apr 2014 14:46:04 -0400 Subject: [PATCH] Updated README changelog and version number --- README.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd43c0e260..0229f893c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Alt](https://lh4.googleusercontent.com/-PVw-ZUM9vV8/UuWeH51os0I/AAAAAAAAD6M/0Ikg7viJftQ/w1286-h566-no/hackathon-starter-logo.jpg) -Hackathon Starter 2.0.2 [![Dependency Status](https://david-dm.org/sahat/hackathon-starter.svg?theme=shields.io)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](https://travis-ci.org/sahat/hackathon-starter.svg?branch=master)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) +Hackathon Starter 2.0.3 [![Dependency Status](https://david-dm.org/sahat/hackathon-starter.svg?theme=shields.io)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](https://travis-ci.org/sahat/hackathon-starter.svg?branch=master)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) ======================= @@ -8,7 +8,7 @@ Hackathon Starter 2.0.2 [![Dependency Status](https://david-dm.org/sahat/hackath -Jump to [What's new in 2.0.2?](#changelog) +Jump to [What's new in 2.0.3?](#changelog) A boilerplate for **Node.js** web applications. @@ -1112,6 +1112,14 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus Changelog --------- +### 2.0.3 (April 25, 2014) +- LinkedIn API: Fixed an error if a user did not specify education on LinkedIn +- Removed email constraint when linking OAuth accounts in order to be able to merge accounts that use the same email address +- Check if email address is already taken when creating a new local account + - Previously relied on Validation Error 11000, which doesn't always work +- When creating a local account, checks if e-mail address is already taken +- Flash notifications can now be dismissed by clicking on × + ### 2.0.2 (April 22, 2014) - Added Instagram Authentication - Added Instagram API example diff --git a/package.json b/package.json index 2b7093502a..f1773b5732 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.0.2", + "version": "2.0.3", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"