2.3.3
This commit is contained in:
@ -4,7 +4,7 @@ Hackathon Starter [
|
Jump to [What's new in 2.3.3?](#changelog)
|
||||||
|
|
||||||
A boilerplate for **Node.js** web applications.
|
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
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### 2.3.3 (September 1, 2014)
|
||||||
|
- Use *https* (instead of http) profile image URL with Twitter authentication
|
||||||
|
|
||||||
### 2.3.2 (July 28, 2014)
|
### 2.3.2 (July 28, 2014)
|
||||||
- Fixed an issue with connect-assets when running `app.js` from an outside folder
|
- 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
|
- Temporarily disabled `setup.js` on Windows platform until [blessed](https://github.com/chjj/blessed) fixes its problems
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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