Bumped to version 2.1.1
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||

|

|
||||||
Hackathon Starter 2.1 [](https://gemnasium.com/sahat/hackathon-starter) [](https://travis-ci.org/sahat/hackathon-starter) [](https://github.com/igrigorik/ga-beacon)
|
Hackathon Starter 2.1.1 [](https://gemnasium.com/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">
|
||||||
@ -8,7 +8,7 @@ Hackathon Starter 2.1 [
|
Jump to [What's new in 2.1.1?](#changelog)
|
||||||
|
|
||||||
A boilerplate for **Node.js** web applications.
|
A boilerplate for **Node.js** web applications.
|
||||||
|
|
||||||
@ -1138,6 +1138,11 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### 2.1.1 (May 29, 2014)
|
||||||
|
- Added **Compose new Tweet** to Twitter API example
|
||||||
|
- Fixed email service indentation
|
||||||
|
- Fixed Mailgun and Mandrill secret.js properties (`user` instead of `login`)
|
||||||
|
|
||||||
### 2.1 (May 13, 2014)
|
### 2.1 (May 13, 2014)
|
||||||
- New and improved generator - **setup.js**
|
- New and improved generator - **setup.js**
|
||||||
- Added Yahoo API
|
- Added Yahoo API
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"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