Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Aug 11, 2024
1 parent 26666da commit bd0901f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-pears-hang.md

This file was deleted.

6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-shiki

## 0.1.2

### Patch Changes

- 26666da: Update README, package.json, and tsup config

## 0.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-shiki",
"description": "Syntax highlighter component for react using shiki",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"author": {
"name": "Bassim Shahidy",
Expand All @@ -26,7 +26,9 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit bd0901f

Please sign in to comment.