From ae80b667cf3d527b034496f056b89a72d2ab1134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAnar=20Berg?= Date: Wed, 14 May 2025 12:56:21 -0700 Subject: [PATCH] 5.2.1 --- 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 eea94f0..52b72db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-math", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-it-math", - "version": "5.2.0", + "version": "5.2.1", "license": "MIT", "devDependencies": { "@eslint/js": "^9.21.0", diff --git a/package.json b/package.json index a5824b6..81f97ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-math", - "version": "5.2.0", + "version": "5.2.1", "type": "module", "description": "Markdown-it plugin to include math in your document", "main": "index.js",