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.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2023
1 parent 40eb9f4 commit e9bb302
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.9.8",
"version": "0.9.9",
"private": true,
"packageManager": "pnpm@8.12.1",
"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.9.8",
"version": "0.9.9",
"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.9.8",
"version": "0.9.9",
"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.9.8",
"version": "0.9.9",
"description": "Shikiji with shiki compatible API",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-core",
"type": "module",
"version": "0.9.8",
"version": "0.9.9",
"description": "Core of Shikiji",
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-monaco",
"type": "module",
"version": "0.9.8",
"version": "0.9.9",
"description": "Use Shikiji for Monaco Editor",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-transformers",
"type": "module",
"version": "0.9.8",
"version": "0.9.9",
"description": "Collective of common transformers transformers for Shikiji",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-twoslash",
"type": "module",
"version": "0.9.8",
"version": "0.9.9",
"description": "Shikiji transformer for twoslash",
"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.9.8",
"version": "0.9.9",
"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 e9bb302

Please sign in to comment.