From 8ee00fd4f9b1468731cdcc06dc53b4c45c29667b Mon Sep 17 00:00:00 2001 From: Viet Dinh <54ckb0y789@gmail.com> Date: Wed, 24 Jan 2024 22:29:41 -0500 Subject: [PATCH] chore: prepare for release --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- tsconfig.json | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4f983..519d4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.1 + +- Fix types when not using typed-html + ## 0.2.0 - *(Breaking)* `jsxConfig.jsonAttributes` changed to be a Set diff --git a/package.json b/package.json index 8db7cbc..c0993c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-htmx", - "version": "0.2.0", + "version": "0.2.1", "description": "Definitions for htmx attributes in JSX", "scripts": { "dist": "tsc -b && tsc -p tsconfig.esm.json", @@ -57,4 +57,4 @@ "cross-env": "^7.0.3", "prettier": "^3.0.0" } -} +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index dec6343..a46eeb1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { - "include": ["src/**/*"], + "include": [ + "src/**/*" + ], "compilerOptions": { "target": "es2022", "module": "commonjs", @@ -13,4 +15,4 @@ "skipDefaultLibCheck": true, "skipLibCheck": true } -} +} \ No newline at end of file