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