Skip to content

Commit 3d10c56

Browse files
committed
chore: update version
1 parent 7ff687c commit 3d10c56

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/yellow-fishes-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-shiki
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- Feat: support langAlias option _[`#68`](https://github.com/AVGVSTVS96/react-shiki/pull/68) [`7ff687c`](https://github.com/avgvstvs96/react-shiki/commit/7ff687cb1d7ff507f1606f7a43ed5444d721e511) [@juliusmarminge](https://github.com/juliusmarminge)_
8+
39
## 0.7.1
410

511
### Patch Changes

package/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-shiki",
33
"description": "Syntax highlighter component for react using shiki",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"license": "MIT",
66
"author": {
77
"name": "Bassim Shahidy",
@@ -26,7 +26,10 @@
2626
"type": "module",
2727
"main": "./dist/index.js",
2828
"types": "./dist/index.d.ts",
29-
"files": ["dist", "src/lib/styles.css"],
29+
"files": [
30+
"dist",
31+
"src/lib/styles.css"
32+
],
3033
"exports": {
3134
".": {
3235
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)