Skip to content

Commit

Permalink
Version bumping and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioc committed May 22, 2015
1 parent 8cb071b commit 9141a26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Version 1.2.9, January 26th, 2014
Version 1.2.11, May 22th, 2015
=================================

- Merge PR #78 (Local authentication support, by @vschoettke)
- Merge PR #75 (Gfm line breaks, by @apskim)
- Deprecated the Alone authentication method

Version 1.2.9, January 26th, 2015
=================================

- Fixes #64 (crash serving favicon)
Expand Down
2 changes: 1 addition & 1 deletion jingo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var program = require('commander'),

global.Git = require('./lib/gitmech');

program.version('1.2.10')
program.version('1.2.11')
.option('-c, --config <path>', 'Specify the config file')
.option('-#, --hash-string <string>', 'Create an hash for a string')
.option('-l, --local', 'Listen on localhost only')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jingo",
"version": "1.2.10",
"version": "1.2.11",
"description": "A nodejs based wiki engine (sort of Gollum port)",
"author": "Claudio Cicali <claudio.cicali@gmail.com>",
"keywords": [
Expand Down

0 comments on commit 9141a26

Please sign in to comment.