From a87e0f54eae60ecf7b75c733ff170dd953998e7d Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 3 Mar 2024 22:08:09 +0100 Subject: [PATCH] released 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab63f7d..528d770 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "./dist/index.d.ts", "module": "./dist/index.mjs", "packageManager": "yarn@3.2.1", - "version": "1.0.1", + "version": "1.0.3", "scripts": { "dev": "tsup src/index.ts --watch", "typecheck": "tsc",