Bumped to version 2.3.2
This commit is contained in:
@ -4,7 +4,7 @@ Hackathon Starter [
|
Jump to [What's new in 2.3.2?](#changelog)
|
||||||
|
|
||||||
A boilerplate for **Node.js** web applications.
|
A boilerplate for **Node.js** web applications.
|
||||||
|
|
||||||
@ -1191,6 +1191,10 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
### 2.3.1 (July 15, 2014)
|
### 2.3.1 (July 15, 2014)
|
||||||
- Migrated to Nodemailer 1.0
|
- Migrated to Nodemailer 1.0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sahat/hackathon-starter.git"
|
"url": "https://github.com/sahat/hackathon-starter.git"
|
||||||
|
@ -3,10 +3,6 @@ footer
|
|||||||
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
||||||
ul.pull-right.list-inline
|
ul.pull-right.list-inline
|
||||||
li
|
li
|
||||||
a(href='https://github.com/sahat/hackathon-starter')
|
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||||
span.ion-fork-repo
|
|
||||||
| GitHub Project
|
|
||||||
li
|
li
|
||||||
a(href='https://github.com/sahat/hackathon-starter/issues')
|
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
||||||
span.ion-alert
|
|
||||||
| Issues
|
|
Reference in New Issue
Block a user