From 4c1f4bb697886f8e511414306b7b3eb1102e8643 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 13 Nov 2023 02:47:53 +0100 Subject: [PATCH] chore: release v0.6.13 --- package.json | 2 +- packages/markdown-it-shikiji/package.json | 2 +- packages/rehype-shikiji/package.json | 2 +- packages/shikiji-compat/package.json | 2 +- packages/shikiji/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b369b7e..23635a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.6.12", + "version": "0.6.13", "private": true, "packageManager": "pnpm@8.10.3", "scripts": { diff --git a/packages/markdown-it-shikiji/package.json b/packages/markdown-it-shikiji/package.json index c9493e17..8148238c 100644 --- a/packages/markdown-it-shikiji/package.json +++ b/packages/markdown-it-shikiji/package.json @@ -1,7 +1,7 @@ { "name": "markdown-it-shikiji", "type": "module", - "version": "0.6.12", + "version": "0.6.13", "description": "markdown-it integration for shikiji", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/rehype-shikiji/package.json b/packages/rehype-shikiji/package.json index 241e8e39..7c4fd542 100644 --- a/packages/rehype-shikiji/package.json +++ b/packages/rehype-shikiji/package.json @@ -1,7 +1,7 @@ { "name": "rehype-shikiji", "type": "module", - "version": "0.6.12", + "version": "0.6.13", "description": "rehype integration for shikiji", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shikiji-compat/package.json b/packages/shikiji-compat/package.json index ec0f8639..71df297d 100644 --- a/packages/shikiji-compat/package.json +++ b/packages/shikiji-compat/package.json @@ -1,7 +1,7 @@ { "name": "shikiji-compat", "type": "module", - "version": "0.6.12", + "version": "0.6.13", "description": "Shikiji with shiki compatible API", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shikiji/package.json b/packages/shikiji/package.json index c985abe1..1c1b961c 100644 --- a/packages/shikiji/package.json +++ b/packages/shikiji/package.json @@ -1,7 +1,7 @@ { "name": "shikiji", "type": "module", - "version": "0.6.12", + "version": "0.6.13", "description": "An ESM-focused rewrite of shiki", "author": "Pine Wu ; Anthony Fu ", "license": "MIT",