From e3c842cacf757c8e0ea74b10384134fe4a4d1fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAnar=20Berg?= Date: Thu, 20 Mar 2025 18:53:27 -0700 Subject: [PATCH] 5.1.0 --- 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 7cf3c20..f9fe1d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-math", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-it-math", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.21.0", diff --git a/package.json b/package.json index cfa5235..00959b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-math", - "version": "5.0.0", + "version": "5.1.0", "type": "module", "description": "Markdown-it plugin to include math in your document", "main": "index.js",