diff --git a/package-lock.json b/package-lock.json index 75f06b1..eea94f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-math", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-it-math", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.21.0", diff --git a/package.json b/package.json index 7aa676c..b6a4ff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-math", - "version": "5.1.0", + "version": "5.2.0", "type": "module", "description": "Markdown-it plugin to include math in your document", "main": "index.js",