Skip to content

Commit db460c4

Browse files
committed
chore: bump version to v1.0.1
1 parent 6f3acea commit db460c4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dschz/bun-plugin-solid
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updates README and typings
8+
39
## 1.0.0
410

511
### Major Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/bun-plugin-solid",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dschz/bun-plugin-solid",
33
"description": "A Bun plugin for transforming SolidJS TSX/JSX files at runtime or build time using Babel. Supports SSR and DOM output.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Daniel Sanchez",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)