From 047660f784698564b804e783bb58a067a81fee2d Mon Sep 17 00:00:00 2001 From: kabeep Date: Mon, 29 Apr 2024 19:04:42 +0800 Subject: [PATCH] Bump version 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e38453..9400a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kabeep/exception", - "version": "1.0.1", + "version": "1.0.2", "description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.", "main": "./dist/index.js", "types": "./dist/index.d.ts",