From 65cd9b678e65ca1bd3b8ce2d368cbac61adc00f4 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 8 Oct 2024 09:24:58 -0700 Subject: [PATCH] grpc-js: Bump to 1.12.1 --- 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 79ae5e40e..ffa8539c7 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js", - "version": "1.12.0", + "version": "1.12.1", "description": "gRPC Library for Node - pure JS implementation", "homepage": "https://grpc.io/", "repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",