Skip to content

Commit 9141a26

Browse files
committed
Version bumping and changelog
1 parent 8cb071b commit 9141a26

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Version 1.2.9, January 26th, 2014
1+
Version 1.2.11, May 22th, 2015
2+
=================================
3+
4+
- Merge PR #78 (Local authentication support, by @vschoettke)
5+
- Merge PR #75 (Gfm line breaks, by @apskim)
6+
- Deprecated the Alone authentication method
7+
8+
Version 1.2.9, January 26th, 2015
29
=================================
310

411
- Fixes #64 (crash serving favicon)

jingo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var program = require('commander'),
1818

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

21-
program.version('1.2.10')
21+
program.version('1.2.11')
2222
.option('-c, --config <path>', 'Specify the config file')
2323
.option('-#, --hash-string <string>', 'Create an hash for a string')
2424
.option('-l, --local', 'Listen on localhost only')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jingo",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "A nodejs based wiki engine (sort of Gollum port)",
55
"author": "Claudio Cicali <claudio.cicali@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)