This commit is contained in:
Sahat Yalkabov
2014-09-01 12:17:48 -07:00
parent f15f94d6fd
commit 67f6ce3453
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-sta
:octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com
Jump to [What's new in 2.3.2?](#changelog)
Jump to [What's new in 2.3.3?](#changelog)
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
---------
### 2.3.3 (September 1, 2014)
- Use *https* (instead of http) profile image URL with Twitter authentication
### 2.3.2 (July 28, 2014)
- Fixed an issue with connect-assets when running `app.js` from an outside folder
- Temporarily disabled `setup.js` on Windows platform until [blessed](https://github.com/chjj/blessed) fixes its problems

View File

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