Skip to content

Commit a50c4c9

Browse files
committed
Bump to nodegit@0.26.4
Also drop Node 6 support and add Node 12 support. Closes #32, ref #34
1 parent 2b7f8bc commit a50c4c9

File tree

4 files changed

+176
-341
lines changed

4 files changed

+176
-341
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- 6
43
- 8
54
- 10
5+
- 12
66
env:
77
- CXX=g++-4.8
88
addons:

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
`git-clone-or-pull` follows [Semantic Versioning][1].
44

5-
## 4.0.0 - future
5+
## 4.0.0 -
66

77
### Added
88

9-
* Support Node 10
9+
* Support Node 10 and Node 12
1010

1111
### Breaking
1212

13-
* Drop Node 4 and Node 7
13+
* Drop Node 4, Node 6, and Node 7
1414

1515
### Security
1616

17-
* Pull in a newer NodeGit to [fix](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md#v0222-2018-07-10) (pretty old) security vulnerabilities
17+
* Pull in a newer NodeGit to [fix](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md#v0222-2018-07-10) [some](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md#v0263-2019-12-10) (pretty old) security vulnerabilities
1818

1919
## 3.1.1 - 2017-11-15
2020

0 commit comments

Comments
 (0)