pull/2/head
Sahat Yalkabov 2014-04-18 14:52:41 -04:00
parent 5cf622b15b
commit bb3fbc12e3
2 changed files with 7 additions and 1 deletions

View File

@ -1119,6 +1119,12 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
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)
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.

View File

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