Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Jun 7, 2023
1 parent b2a671e commit b489b73
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.0](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.3.0-beta.0...v0.3.0) (2023-06-07)


### Features

* JSX with react17 support ([b2a671e](https://github.com/zjx0905/babel-plugin-clsx/commit/b2a671e9b484a2c5147fc857241d9c39dbcf4194))


### Performance Improvements

* Clean up extra blank lines ([491b490](https://github.com/zjx0905/babel-plugin-clsx/commit/491b4904d203c560c08de664750bb1bb918d2bcb))



# [0.3.0-beta.0](https://github.com/zjx0905/babel-plugin-clsx/compare/v0.2.1...v0.3.0-beta.0) (2023-06-06)


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.0-beta.0",
"version": "0.3.0",
"description": "Automatically add clsx for className",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down

0 comments on commit b489b73

Please sign in to comment.