Skip to content

Commit 09008d7

Browse files
author
John Haley
committed
Bump to version 0.14.0
1 parent 5f0fe1c commit 09008d7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## <a name="v0-14-0" href="#v0-14-0">v0.14.0</a> [(2016-06-09)](https://github.com/nodegit/nodegit/releases/tag/v0.14.0)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.13.2...v0.14.0)
6+
7+
- Improve lifecycle scripts and install process [PR #1055](https://github.com/nodegit/nodegit/pull/1055)
8+
- Fix example code [PR #1058](https://github.com/nodegit/nodegit/pull/1058)
9+
310
## <a name="v0-13-2" href="#v0-13-2">v0.13.2</a> [(2016-06-09)](https://github.com/nodegit/nodegit/releases/tag/v0.13.2)
411

512
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.13.1...v0.13.2)

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.13.2**
34+
**Stable: 0.14.0**
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.13.2",
4+
"version": "0.14.0",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)