From 093223579435aff79c9d78016c604f74424dd346 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 1 Oct 2019 11:52:50 -0700 Subject: [PATCH] Update grpc-js to 0.6.3 --- packages/grpc-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index 83ce7e7e4..ab6ff30d3 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js", - "version": "0.6.2", + "version": "0.6.3", "description": "gRPC Library for Node - pure JS implementation", "homepage": "https://grpc.io/", "repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",