diff --git a/CHANGELOG.md b/CHANGELOG.md index c70d9a7..2b20f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1 + +# Patches + +- Fix no passing option `importSources` for stylex babel-plugin. + ## 0.4.0 # Features diff --git a/package.json b/package.json index 855ff3f..1f3b6a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-stylex-dev", - "version": "0.4.0", + "version": "0.4.1", "description": "an unofficial stylex vite plugin", "main": "dist/index.js", "types": "dist/index.d.ts",