We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3acea commit db460c4Copy full SHA for db460c4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @dschz/bun-plugin-solid
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- Updates README and typings
8
9
## 1.0.0
10
11
### Major Changes
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@dschz/bun-plugin-solid",
- "version": "1.0.0",
+ "version": "1.0.1",
"license": "MIT",
"exports": "./src/index.ts"
}
package.json
@@ -1,7 +1,7 @@
"description": "A Bun plugin for transforming SolidJS TSX/JSX files at runtime or build time using Babel. Supports SSR and DOM output.",
"author": "Daniel Sanchez",
"type": "module",
0 commit comments