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.
|
||||
|
||||
@ -1191,6 +1191,10 @@ Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Se
|
||||
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)
|
||||
- Migrated to Nodemailer 1.0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hackathon-starter",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sahat/hackathon-starter.git"
|
||||
|
@ -3,10 +3,6 @@ footer
|
||||
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
||||
ul.pull-right.list-inline
|
||||
li
|
||||
a(href='https://github.com/sahat/hackathon-starter')
|
||||
span.ion-fork-repo
|
||||
| GitHub Project
|
||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||
li
|
||||
a(href='https://github.com/sahat/hackathon-starter/issues')
|
||||
span.ion-alert
|
||||
| Issues
|
||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
Reference in New Issue
Block a user