From f2a59fb348904b4ef85d2110145528ab16cc0381 Mon Sep 17 00:00:00 2001 From: Hao Cheng Date: Tue, 26 Dec 2023 16:52:34 +0100 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99d00d5..5dc5c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-github-code-import", - "version": "0.1.1", + "version": "0.1.2", "description": "remark plugin that imports code from a GitHub URL", "type": "module", "exports": "./dist/index.js",