Skip to content

Commit 552e82c

Browse files
author
John Haley
committed
Bump to 0.11.9
1 parent bb9d785 commit 552e82c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.11.9](https://github.com/nodegit/nodegit/releases/tag/v0.11.9) (2016-03-09)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.8...v0.11.9)
6+
7+
- Fixed crash when calculating diff via `ConvenientPatch` [PR #945](https://github.com/nodegit/nodegit/pull/945)
8+
39
## [0.11.8](https://github.com/nodegit/nodegit/releases/tag/v0.11.8) (2016-03-07)
410

511
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.7...v0.11.8)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NodeGit
3131
</tbody>
3232
</table>
3333

34-
**Stable: 0.11.8**
34+
**Stable: 0.11.9**
3535

3636
## Have a problem? Come chat with us! ##
3737

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.11.8",
4+
"version": "0.11.9",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)