From e9ae7d5fccf528ae45c5722f0302e42b768e831b Mon Sep 17 00:00:00 2001 From: kabeep Date: Thu, 2 May 2024 03:52:24 +0800 Subject: [PATCH] Bump version 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b9e02e..9ccce41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kabeep/exception", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "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",