Skip to content

Commit 8ee00fd

Browse files
committed
chore: prepare for release
1 parent 0b2b26c commit 8ee00fd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 0.2.1
4+
5+
- Fix types when not using typed-html
6+
37
## 0.2.0
48

59
- *(Breaking)* `jsxConfig.jsonAttributes` changed to be a Set

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-htmx",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Definitions for htmx attributes in JSX",
55
"scripts": {
66
"dist": "tsc -b && tsc -p tsconfig.esm.json",
@@ -57,4 +57,4 @@
5757
"cross-env": "^7.0.3",
5858
"prettier": "^3.0.0"
5959
}
60-
}
60+
}

tsconfig.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"include": ["src/**/*"],
2+
"include": [
3+
"src/**/*"
4+
],
35
"compilerOptions": {
46
"target": "es2022",
57
"module": "commonjs",
@@ -13,4 +15,4 @@
1315
"skipDefaultLibCheck": true,
1416
"skipLibCheck": true
1517
}
16-
}
18+
}

0 commit comments

Comments
 (0)