From 7e73c2f26592fb6fd0ba24c7f390acf67465a566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAnar=20Berg?= Date: Tue, 9 Jun 2026 20:53:40 -0700 Subject: [PATCH] 6.0.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 5bb93db..c48f20e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-math", - "version": "5.2.1", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-it-math", - "version": "5.2.1", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 96d19e9..98566d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-math", - "version": "5.2.1", + "version": "6.0.0", "type": "module", "description": "Markdown-it plugin to include math in your document", "main": "index.js",