Skip to content

Commit b92e07b

Browse files
committed
chore: release v3.8.1
1 parent 9752538 commit b92e07b

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/cli",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Shiki in the command line",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shiki-codegen",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Codegen for fine-grained Shiki bundles.",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/colorized-brackets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/colorized-brackets",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "VSCode-style colorized brackets transformer for Shiki",
66
"author": "Michael Moore <[email protected]>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/core",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Core of Shiki",
66
"author": "Pine Wu <[email protected]>; Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-javascript",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Engine for Shiki using JavaScript's native RegExp",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-oniguruma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-oniguruma",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/langs-precompiled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs-precompiled",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/langs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/markdown-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/markdown-it",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "markdown-it integration for shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)