Skip to content

Commit

Permalink
chore: release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Jun 8, 2023
1 parent da39123 commit a1d53c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.2](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.3.1...v0.3.2) (2023-06-08)


### Bug Fixes

* JSX only supports Typescript4.7+ ([da39123](https://github.com/zjx0905/babel-plugin-clsx/commit/da391235649726007369d1384d2583550fbaec0e))



## [0.3.1](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.3.0...v0.3.1) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-clsx",
"version": "0.3.1",
"version": "0.3.2",
"description": "Add `clsx()` automatically for `className` and support `Typescript`.",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down

0 comments on commit a1d53c1

Please sign in to comment.