From cebd7b5575380a7d009e0c71dca4a16b08190db5 Mon Sep 17 00:00:00 2001 From: Fatih Kalifa Date: Mon, 10 May 2021 13:05:12 +0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8177a17..13ea29b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmr", - "version": "0.10.0", + "version": "1.0.0", "description": "Simple and lightweight (< 2kB) HTML to React converter that works in server and browser", "main": "lib/htmr.js", "browser": "lib/htmr.browser.js",