From 8ccf28e4d5937d3c6488be9d20cfeb4700f6e947 Mon Sep 17 00:00:00 2001 From: metaory Date: Wed, 21 Aug 2024 23:38:09 +0800 Subject: [PATCH] 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88e69a..6e0afe5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markup.json", "description": "HTML DOM tree representation in compact JSON -- Draft Spec, Library and CLI", - "version": "0.0.8", + "version": "0.0.9", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "module": "./dist/index.mjs",