From 5910f13ee2b6eac1d458f65d721c08ca600b18ab Mon Sep 17 00:00:00 2001
From: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Date: Sun, 24 Mar 2024 23:53:09 +0900
Subject: [PATCH] release: v3.2.9
---
.tool-versions | 1 +
packages/vite/CHANGELOG.md | 8 ++++++++
packages/vite/package.json | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 .tool-versions
diff --git a/.tool-versions b/.tool-versions
new file mode 100644
index 00000000000000..11848fa365f948
--- /dev/null
+++ b/.tool-versions
@@ -0,0 +1 @@
+nodejs 16.20.1
diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index 7105879b76d669..5187e7b5312dff 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 3.2.9 (2024-03-24)
+
+* fix: port #15653 to v3 (#15655) ([99080ca](https://github.com/vitejs/vite/commit/99080ca)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15655](https://github.com/vitejs/vite/issues/15655)
+* fix: port #16250 to v3 (#16253) ([89c7c64](https://github.com/vitejs/vite/commit/89c7c64)), closes [#16250](https://github.com/vitejs/vite/issues/16250) [#16253](https://github.com/vitejs/vite/issues/16253)
+* release: v3.2.8 ([8352b75](https://github.com/vitejs/vite/commit/8352b75))
+
+
+
## 3.2.8 (2024-01-19)
* fix: port #15653 to v3 (#15655) ([99080ca](https://github.com/vitejs/vite/commit/99080ca)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15655](https://github.com/vitejs/vite/issues/15655)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 75d051dfbcb82e..acea92fde4d3a3 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "3.2.8",
+ "version": "3.2.9",
"type": "module",
"license": "MIT",
"author": "Evan You",