We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f97843 commit 283eab3Copy full SHA for 283eab3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.1
4
+
5
+- Allow `jsx` to process arrays of children, unblocks Bun
6
7
## 0.1.0
8
9
- Initialize package
package.json
@@ -1,6 +1,6 @@
{
"name": "typed-htmx",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Definitions for htmx attributes in JSX",
"scripts": {
"dist": "tsc -b && tsc -p tsconfig.esm.json",
0 commit comments