From 1a4f59269bc3cc6bdd96f58cb1c7b6462454f245 Mon Sep 17 00:00:00 2001 From: metaory Date: Thu, 22 Aug 2024 16:02:04 +0800 Subject: [PATCH] 0.0.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e0afe5..8024318 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.9", + "version": "0.0.10", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "module": "./dist/index.mjs",