From 7f50315855c029a374456fa55276f2deb5fd9b89 Mon Sep 17 00:00:00 2001 From: RyotaUshio Date: Tue, 28 Nov 2023 21:23:58 +0900 Subject: [PATCH] release: 0.2.8 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 61abe83..f187130 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-in-callout", "name": "Better Math in Callouts & Blockquotes", - "version": "0.2.7", + "version": "0.2.8", "minAppVersion": "1.3.15", "description": "Add a better Live Preview support for math rendering inside callouts & blockquotes.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 527e0f1..2ec76bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "math-in-callout", - "version": "0.2.7", + "version": "0.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "math-in-callout", - "version": "0.2.7", + "version": "0.2.8", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.1", diff --git a/package.json b/package.json index 915dd3c..7a23e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "math-in-callout", - "version": "0.2.7", + "version": "0.2.8", "description": "Add a better Live Preview support for math rendering inside callouts & blockquotes.", "scripts": { "dev": "node esbuild.config.mjs",