Skip to content

Commit 2b7cc68

Browse files
committed
chore: bump version to v1.0.0
1 parent 403cca2 commit 2b7cc68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @dschz/bun-plugin-solid
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Bun plugin to transform Solid JSX/TSX files using Babel

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

0 commit comments

Comments
 (0)