Skip to content

Commit dc5e4b4

Browse files
committed
chore: bump version to v1.0.3
1 parent 74b348e commit dc5e4b4

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.3
4+
5+
### Patch Changes
6+
7+
- updates jsr config to upload required files only
8+
39
## 1.0.2
410

511
### Patch 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.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

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.2",
4+
"version": "1.0.3",
55
"author": "Daniel Sanchez",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)