Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Jan 25, 2024
1 parent 0b2b26c commit 8ee00fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -57,4 +57,4 @@
"cross-env": "^7.0.3",
"prettier": "^3.0.0"
}
}
}
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
Expand All @@ -13,4 +15,4 @@
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}
}

0 comments on commit 8ee00fd

Please sign in to comment.