Skip to content

Commit

Permalink
[docs] format [CHANGELOG] updated
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhotchkiss committed Jan 18, 2012
1 parent c0f2fe8 commit 23b2fe1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,21 @@

1.3.1 / 2012-01-18
==================

* [docs] update
* update npmignore for benchmarks and docs
* nicely generated docs by paige
* setup `paige` : `[sudo] npm install paige -g
* use contributors full name
* hanging commas, exports
* [refactor]
* /lib/short.js hanging commas
* hanging commas
* [tests] god I love those hanging commas :P
* basic benchmarking
* [tests] use Makefile so that we can add benchmarking also
* [tests] use benchmark.js

1.3.0 / 2012-01-10
==================

Expand Down
16 changes: 8 additions & 8 deletions paige.config
@@ -1,10 +1,10 @@
{
"title" : "Short",
"content_file" : "README.md",
"include_index" : true,
"header" : "Short",
"docco_files" : ["./lib/*.js", "./models/*.js"],
"subheader" : "Node.JS URL Shortener backed by Mongoose.JS w/ Examples",
"background" : "diagonal-noise",
"github" : "https://github.com/edwardhotchkiss/short"
"title" : "Short",
"content_file" : "README.md",
"include_index" : true,
"header" : "Short",
"docco_files" : ["./lib/*.js", "./models/*.js"],
"subheader" : "Node.JS URL Shortener backed by Mongoose.JS w/ Examples",
"background" : "diagonal-noise",
"github" : "https://github.com/edwardhotchkiss/short"
}

0 comments on commit 23b2fe1

Please sign in to comment.