From 8d80b1b694f1dc03bd5a3457f816c32f32cba9d2 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 10 May 2023 14:58:44 +0200 Subject: [PATCH] chore: bump version to 2.0.0 Signed-off-by: Tilman Vatteroth --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a309e77..4c680d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hedgedoc/html-to-react", - "version": "2.0.0-esm", + "version": "2.0.0", "description": "Parse HTML into React components", "main": "dist/index.cjs", "module": "dist/index.mjs",