From fa027539ff6799db663e2fc7cdbc76e069fa00f0 Mon Sep 17 00:00:00 2001 From: kanno <812137533@qq.com> Date: Sat, 30 Mar 2024 00:02:48 +0800 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",