From 9e3bd11d64c7436d296b999bf7e041aebe6bf732 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 11 Jan 2022 11:10:58 -0800 Subject: [PATCH] grpc-js-xds: Increase version to 1.5.1 --- 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 6d6cc68a..8af0c103 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.0", + "version": "1.5.1", "description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.", "main": "build/src/index.js", "scripts": {