Skip to content

Commit

Permalink
chore: release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Jun 23, 2023
1 parent 167d4e5 commit 2a65fde
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.3.4](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.3.3...v0.3.4) (2023-06-23)


### Bug Fixes

* Fixed bug when used in vite ([167d4e5](https://github.com/zjx0905/babel-plugin-clsx/commit/167d4e562e4862ae04c426b3d15d5d034d897612))


### Performance Improvements

* Optimize importing modules ([5a0aab7](https://github.com/zjx0905/babel-plugin-clsx/commit/5a0aab7b1889268b42623b1d21f89a771d28a21f))



## [0.3.3](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.3.2...v0.3.3) (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.3",
"version": "0.3.4",
"description": "Add 'clsx()' automatically to 'className' in 'React' and support 'Typescript'.",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down

0 comments on commit 2a65fde

Please sign in to comment.