2.0.1
This commit is contained in:
@ -1119,6 +1119,12 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### 2.0.1 (April 17, 2014)
|
||||||
|
- Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca)
|
||||||
|
- Fixed EOL problem in `generator.js` for Windows users
|
||||||
|
- Fixed outdated csrf token string on profile.jade
|
||||||
|
- Code cleanup
|
||||||
|
|
||||||
### 2.0.0 (April 15, 2014)
|
### 2.0.0 (April 15, 2014)
|
||||||
There are have been over **500+** commits since the initial announcement in
|
There are have been over **500+** commits since the initial announcement in
|
||||||
January 2014 and over a **120** issues and pull requests from **28** contributors.
|
January 2014 and over a **120** issues and pull requests from **28** contributors.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "2.0.0",
|
"version": "2.0.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