From 72da761bd4f2fc2bc680460b81a5677bccba6754 Mon Sep 17 00:00:00 2001 From: sandypockets Date: Sat, 16 Dec 2023 22:41:21 -0500 Subject: [PATCH] Chore: Bump version for README --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1ad606..9134393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epic-remark", - "version": "0.1.14", + "version": "0.1.15", "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",