Skip to content

Commit 11b2ffd

Browse files
committed
0.2.2
1 parent d64c693 commit 11b2ffd

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.2.2
4+
5+
- Fix ESM imports when not using bundlers
6+
37
## 0.2.1
48

59
- Fix types when not using typed-html

package.json

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

0 commit comments

Comments
 (0)