Updated version and README changelog
This commit is contained in:
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
Hackathon Starter 2.0 [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/sahat/hackathon-starter) [](https://github.com/igrigorik/ga-beacon)
|
Hackathon Starter 2.0.2 [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/sahat/hackathon-starter) [](https://github.com/igrigorik/ga-beacon)
|
||||||
=====================
|
=======================
|
||||||
|
|
||||||
<a href="https://github.com/sahat/hackathon-starter/zipball/master">
|
<a href="https://github.com/sahat/hackathon-starter/zipball/master">
|
||||||
<img src="https://lh5.googleusercontent.com/-QYRVFFig8fI/U0xzuHnAWbI/AAAAAAAAEBM/qU5rHrPvpOI/w840-h272-no/Screenshot+2014-04-14+19.46.12.png" height="68">
|
<img src="https://lh5.googleusercontent.com/-QYRVFFig8fI/U0xzuHnAWbI/AAAAAAAAEBM/qU5rHrPvpOI/w840-h272-no/Screenshot+2014-04-14+19.46.12.png" height="68">
|
||||||
@ -8,7 +8,7 @@ Hackathon Starter 2.0 [
|
Jump to [What's new in 2.0.2?](#changelog)
|
||||||
|
|
||||||
A boilerplate for **Node.js** web applications.
|
A boilerplate for **Node.js** web applications.
|
||||||
|
|
||||||
@ -1103,6 +1103,10 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
### 2.0.2 (April 22, 2014)
|
||||||
|
- Added Instagram Authentication
|
||||||
|
- Added Instagram API example
|
||||||
|
- Updated Instagram Strategy to use a "fake" email address similar to Twitter Startegy
|
||||||
|
|
||||||
### 2.0.1 (April 18, 2014)
|
### 2.0.1 (April 18, 2014)
|
||||||
- Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca)
|
- Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sahat/hackathon-starter.git"
|
"url": "https://github.com/sahat/hackathon-starter.git"
|
||||||
|
Reference in New Issue
Block a user