From 04992f05a5b27daa3bf441d39bbdf8b8220c465b Mon Sep 17 00:00:00 2001 From: Liang Kui Date: Sat, 28 Oct 2023 17:38:49 +0800 Subject: [PATCH] chore: release 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 627b044..b4e7930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unwrapit", - "version": "2.2.0", + "version": "2.3.0", "description": "A graceful way to handle errors in Typescript", "type": "module", "main": "./dist/index.cjs",