From 1952cce94f14ee6b636dc5e685c549c730debc6c Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 20 Sep 2024 18:32:46 +0200 Subject: [PATCH] [auto] bump version to `0.4.4` --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index dd3b01b..fecf64e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.4.3", + "version": "0.4.4", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index dd3b01b..fecf64e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.4.3", + "version": "0.4.4", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/package.json b/package.json index 2d1139c..d985d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shiki-highlighter", - "version": "0.4.3", + "version": "0.4.4", "description": "Highlight code blocks with Shiki.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ae81b53..9e8b585 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.4.0": "1.5.0", "0.4.1": "1.5.0", "0.4.2": "1.5.0", - "0.4.3": "1.5.0" + "0.4.3": "1.5.0", + "0.4.4": "1.5.0" }