From 914f18f52495c389ef321db4ff9ed51c827ce152 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Sat, 30 Mar 2024 23:52:28 +0100 Subject: [PATCH] [auto] bump version to `0.2.3` --- 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 29c8c9f..0ada723 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.2.2", + "version": "0.2.3", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index 29c8c9f..0ada723 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.2.2", + "version": "0.2.3", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/package.json b/package.json index d6d1be0..6625c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shiki-highlighter", - "version": "0.2.2", + "version": "0.2.3", "description": "Highlight code blocks with Shiki.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cad1237..491c480 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.1.2": "1.5.0", "0.2.0": "1.5.0", "0.2.1": "1.5.0", - "0.2.2": "1.5.0" + "0.2.2": "1.5.0", + "0.2.3": "1.5.0" }