diff --git a/package.json b/package.json index 37d47d15..4f69ca5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.6.11", + "version": "0.6.12", "private": true, "packageManager": "pnpm@8.10.2", "scripts": { diff --git a/packages/markdown-it-shikiji/package.json b/packages/markdown-it-shikiji/package.json index 80b23508..d598db3a 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.11", + "version": "0.6.12", "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 edcb4720..dc14bc54 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.11", + "version": "0.6.12", "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 adbbd117..ec0f8639 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.11", + "version": "0.6.12", "description": "Shikiji with shiki compatible API", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shikiji/package.json b/packages/shikiji/package.json index b4bacbb6..c985abe1 100644 --- a/packages/shikiji/package.json +++ b/packages/shikiji/package.json @@ -1,7 +1,7 @@ { "name": "shikiji", "type": "module", - "version": "0.6.11", + "version": "0.6.12", "description": "An ESM-focused rewrite of shiki", "author": "Pine Wu ; Anthony Fu ", "license": "MIT",