From aedfcebde5b2c5ffc64d867bd3628f2620a9a75f Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 12 Jan 2022 10:30:52 -0800 Subject: [PATCH] grpc-js-xds: Increase version to 1.5.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 ddc7f7bd2..b4e0a49d7 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.5.1", + "version": "1.5.2", "description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.", "main": "build/src/index.js", "scripts": {