From 1ce7b97fa372f0240e91b733f7da943eeddc2a70 Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 15 Apr 2021 10:13:01 -0700 Subject: [PATCH] 2.0.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dab4f69..1aa5107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@npmcli/git", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@npmcli/git", - "version": "2.0.7", + "version": "2.0.8", "license": "ISC", "dependencies": { "@npmcli/promise-spawn": "^1.3.2", diff --git a/package.json b/package.json index cdc9d0b..9b368c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "2.0.7", + "version": "2.0.8", "main": "lib/index.js", "files": [ "lib/*.js"