Skip to content

Commit

Permalink
chore: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jan 15, 2024
1 parent 8f348b6 commit cf01b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.4

# Patches

- Fix patchAlias can't work with windows system.
- Fix input code include empty stylex object can't work. #10

## 0.2.2

# Patches
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": "vite-plugin-stylex-dev",
"version": "0.2.3",
"version": "0.2.4",
"description": "an unofficial stylex vite plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cf01b6f

Please sign in to comment.