From 6053955b4825b08a6c1a5abdb5977cbdab25b9f1 Mon Sep 17 00:00:00 2001 From: flodlc Date: Sun, 25 Jun 2023 17:42:30 +0200 Subject: [PATCH] 1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16460f3..d60878d 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.8", + "version": "1.0.9", "scripts": { "dev": "tsup src/index.ts --watch", "build": "tsup src/index.ts --dts",