Skip to content

Commit 051bd9d

Browse files
committed
0.1.4
1 parent 0e0fed5 commit 051bd9d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4
4+
5+
- Do not doubly sanitize fragment children
6+
37
## 0.1.3
48

59
- Rename `config` to `jsxConfig`; imported directly from `typed-htmx`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-htmx",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Definitions for htmx attributes in JSX",
55
"scripts": {
66
"dist": "tsc -b && tsc -p tsconfig.esm.json",

0 commit comments

Comments
 (0)