Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
chore: release v0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 2, 2023
1 parent 6ae612d commit 4923778
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.6.11",
"version": "0.6.12",
"private": true,
"packageManager": "pnpm@8.10.2",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-shikiji/package.json
Original file line number Diff line number Diff line change
@@ -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 <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-shikiji/package.json
Original file line number Diff line number Diff line change
@@ -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 <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-compat/package.json
Original file line number Diff line number Diff line change
@@ -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 <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji/package.json
Original file line number Diff line number Diff line change
@@ -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 <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 4923778

Please sign in to comment.