From fe1bf6d4defb3bc09bc05146753f987cc5c337d5 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Wed, 10 Jul 2024 16:16:19 +0200 Subject: [PATCH] [auto] bump version to `0.4.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 19acb3a..df32a8a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.3.2", + "version": "0.4.0", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index 19acb3a..df32a8a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "shiki-highlighter", "name": "Shiki Highlighter", - "version": "0.3.2", + "version": "0.4.0", "minAppVersion": "1.5.0", "description": "Highlight code blocks with Shiki.", "author": "Moritz Jung", diff --git a/package.json b/package.json index f671ab9..ab49b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shiki-highlighter", - "version": "0.3.2", + "version": "0.4.0", "description": "Highlight code blocks with Shiki.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e9331ad..641caf6 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "0.2.4": "1.5.0", "0.3.0": "1.5.0", "0.3.1": "1.5.0", - "0.3.2": "1.5.0" + "0.3.2": "1.5.0", + "0.4.0": "1.5.0" }