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",