From a440ebcb3f18ccc4151588f042dbd7629d38c427 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 16 Apr 2020 15:11:10 -0700 Subject: [PATCH] Bump grpc-health-check to 1.8.0 --- packages/grpc-health-check/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-health-check/package.json b/packages/grpc-health-check/package.json index 388eb7d81..e9b836346 100644 --- a/packages/grpc-health-check/package.json +++ b/packages/grpc-health-check/package.json @@ -1,6 +1,6 @@ { "name": "grpc-health-check", - "version": "1.7.1", + "version": "1.8.0", "author": "Google Inc.", "description": "Health check client and service for use with gRPC-node", "repository": {