From cff55d981f0c35ac517872667242168a91ef3989 Mon Sep 17 00:00:00 2001 From: Hao Cheng Date: Thu, 28 Dec 2023 10:38:03 +0100 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e50362b..d536a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-github-code-import", - "version": "0.2.0", + "version": "0.2.1", "description": "remark plugin that imports code from a GitHub URL", "type": "module", "exports": "./dist/index.js",