Skip to content

Commit 6dfc4d2

Browse files
committed
chore: update version
1 parent 928c69c commit 6dfc4d2

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/curly-mammals-allow.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.DS_Store
33
dist
4+
*.local.md

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.1
4+
5+
### Patch Changes
6+
7+
- Feat: Add support for line numbers with `showLineNumbers` _[`928c69c`](https://github.com/avgvstvs96/react-shiki/commit/928c69c1bfc9f9918fc9ffbe2b85635dd645ce1e) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
8+
39
## 0.7.0
410

511
### Minor 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.0",
4+
"version": "0.7.1",
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)