Skip to content

Commit 3605f20

Browse files
committed
0.3.1
1 parent 9d6778e commit 3605f20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.1
4+
5+
- Fix bug introduced in last version, which disallowed ambient type imports
6+
- More completions for `hx-on-` and `hx-target`
7+
38
## 0.3.0
49

510
- Update definitions for htmx 1.9.10

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-htmx",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Definitions for htmx attributes in JSX",
55
"scripts": {
66
"dist": "bash scripts/dist.sh",

0 commit comments

Comments
 (0)