From 8b3d9d149167297bd9278858c8042df164421c72 Mon Sep 17 00:00:00 2001 From: Merwin Hill Date: Thu, 27 Jul 2023 14:58:03 +0200 Subject: [PATCH] ci: bump version to 1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdfc2e5..84510ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@q42philips/node-grpc-error-details", - "version": "2.0.0-beta", + "version": "1.0.0", "description": "Utility for deserializing grpc-status-details-bin", "main": "build/index.js", "types": "build/index.d.ts",