Skip to content

Commit 57cc398

Browse files
committed
1 parent a62bdd6 commit 57cc398

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/plugin-react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 4.4.1 (2025-04-19)
6+
7+
Fix type issue when using `moduleResolution: "node"` in tsconfig [#462](https://github.com/vitejs/vite-plugin-react/pull/4620)
8+
59
## 4.4.0 (2025-04-15)
610

711
### Make compatible with rolldown-vite

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "The default Vite plugin for React projects",

0 commit comments

Comments
 (0)