From 1b14d11f4ece2ec39043b9aeabdfc111f1be36e2 Mon Sep 17 00:00:00 2001 From: Timothy Lin Date: Sun, 6 Aug 2023 14:48:05 +0800 Subject: [PATCH] 1.6.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index da5544c..9124868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rehype-prism-plus", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rehype-prism-plus", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "hast-util-to-string": "^2.0.0", diff --git a/package.json b/package.json index 47fe28a..0db30af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-prism-plus", - "version": "1.6.1", + "version": "1.6.2", "description": "rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers", "source": "index.js", "files": [