From 99d690528f552825b276e698c34e2f87f36394bb Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 30 Sep 2021 13:24:29 -0700 Subject: [PATCH] grpc-js-xds: Bump to 1.3.2 --- packages/grpc-js-xds/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js-xds/package.json b/packages/grpc-js-xds/package.json index dfd778bd..552b7f91 100644 --- a/packages/grpc-js-xds/package.json +++ b/packages/grpc-js-xds/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js-xds", - "version": "1.3.1", + "version": "1.3.2", "description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.", "main": "build/src/index.js", "scripts": {