Skip to content

Commit 527de74

Browse files
author
John Haley
committed
Bump to 0.12.1
1 parent 6a65c05 commit 527de74

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.12.1](https://github.com/nodegit/nodegit/releases/tag/v0.12.1) (2016-03-30)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.12.0...v0.12.1)
6+
7+
# Bug fixes
8+
9+
- Fixed post install script dying on windows [PR #978](https://github.com/nodegit/nodegit/pull/978)
10+
311
## [0.12.0](https://github.com/nodegit/nodegit/releases/tag/v0.12.0) (2016-03-28)
412

513
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.9...v0.12.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NodeGit
3131
</tbody>
3232
</table>
3333

34-
**Stable: 0.12.0**
34+
**Stable: 0.12.1**
3535

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

package.json

Lines changed: 1 addition & 1 deletion
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.12.0",
4+
"version": "0.12.1",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)