From 000153b578e97282f40cd391fc1ad0613e631b73 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Thu, 4 Apr 2024 22:22:42 +0200 Subject: [PATCH] [auto] bump version to `0.3.0` --- 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 fd138f2..875ebc1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.2.4", + "version": "0.3.0", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index fd138f2..875ebc1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.2.4", + "version": "0.3.0", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/package.json b/package.json index 87f386e..2866d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shiki-highlighter", - "version": "0.2.4", + "version": "0.3.0", "description": "Highlight code blocks with Shiki.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9e120c5..f75e3c6 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.2.1": "1.5.0", "0.2.2": "1.5.0", "0.2.3": "1.5.0", - "0.2.4": "1.5.0" + "0.2.4": "1.5.0", + "0.3.0": "1.5.0" }