From ca9f528fd856467f22338852e5429d413a2b3e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Thu, 20 Jun 2024 03:17:30 +0300 Subject: [PATCH] v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82b4996..306083d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-highlight-code-lines", - "version": "0.0.2", + "version": "0.0.3", "description": "Rehype plugin to add line numbers to code blocks and allow highlighting of desired code lines", "type": "module", "exports": "./dist/esm/index.js",