diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ea6ff..506daeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5aa94d1..452d3ef 100644 --- a/package.json +++ b/package.json @@ -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",