Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 11, 2023
1 parent 0674284 commit 1288ecf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.8.1",
"version": "0.8.2",
"private": true,
"packageManager": "pnpm@8.12.0",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "Shikiji with shiki compatible API",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"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 1288ecf

Please sign in to comment.