Skip to content

Commit a99855f

Browse files
chore: update version (#101)
* Version Packages --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bassim Shahidy <122117267+AVGVSTVS96@users.noreply.github.com>
1 parent 2ffcdcd commit a99855f

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.changeset/breezy-jeans-type.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.9.0
4+
5+
### Minor Changes
6+
7+
- Add support for custom regex engine selection for full (main) and web bundles _[`#100`](https://github.com/AVGVSTVS96/react-shiki/pull/100) [`2ffcdcd`](https://github.com/avgvstvs96/react-shiki/commit/2ffcdcdd42c75e90e633f82a4b9f838ab413f44a) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
8+
39
## 0.8.0
410

511
### Minor Changes

package/package.json

Lines changed: 8 additions & 3 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.8.0",
4+
"version": "0.9.0",
55
"license": "MIT",
66
"author": {
77
"name": "Bassim Shahidy",
@@ -26,8 +26,13 @@
2626
"type": "module",
2727
"main": "./dist/index.js",
2828
"types": "./dist/index.d.ts",
29-
"files": ["dist", "src/lib/styles.css"],
30-
"sideEffects": ["src/lib/styles.css"],
29+
"files": [
30+
"dist",
31+
"src/lib/styles.css"
32+
],
33+
"sideEffects": [
34+
"src/lib/styles.css"
35+
],
3136
"exports": {
3237
".": {
3338
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)