From 86f55e2db2e8c25bc452c9d74f9c43c65940053c Mon Sep 17 00:00:00 2001 From: sandypockets Date: Sun, 17 Dec 2023 17:24:44 -0500 Subject: [PATCH] Fix: Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1c7383..0c8b039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epic-remark", - "version": "0.2.1", + "version": "0.2.2", "description": "Epic Remark is an all-in-one markdown to HTML processor built on top of remark", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",