We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7d4f2 commit 82dbf35Copy full SHA for 82dbf35
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.0.0 - March, 19 2020
2
+
3
+* 4c7d4f2 Chore: update appveyor.yml (JPeer264)
4
+* 7f20f42 Chore: drop support for node < 10 - add support for node v10 and 12 (JPeer264)
5
6
1.0.3 - March, 19 2020
7
8
* 652a36a Test: change git repos from ssh to https for travis (JPeer264)
package.json
@@ -1,6 +1,6 @@
{
"name": "git-needs-pull",
- "version": "1.0.3",
+ "version": "2.0.0",
"description": "Check synchronously if a git repository needs to pull",
"main": "build.js",
"scripts": {
0 commit comments