From 4e57a62100ba2f830cc0503b5eb8e6ee48bbd76d Mon Sep 17 00:00:00 2001 From: Pitos Date: Sun, 13 Oct 2024 22:07:38 +0200 Subject: [PATCH] Prepare new release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 537d0ba..baa88fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpc-js-reflection-client", - "version": "1.2.19", + "version": "1.2.20", "description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.", "author": "gawsoft.com", "main": "dist/index.js",