Skip to content

Commit 04f8198

Browse files
authored
release 1.1.1 (#27)
1 parent 0ec863e commit 04f8198

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1 (2025-07-04)
4+
5+
- fix: ensure workspaceRoot option works on windows ([#26](https://github.com/svitejs/vitefu/pull/26))
6+
37
## 1.1.0 (2025-07-03)
48

59
- Add workspaceRoot option to `crawlFrameworkPkgs` that enables crawling devDependencies of local workspace **private** packages ([#23](https://github.com/svitejs/vitefu/pull/23))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitefu",
33
"description": "Utilities for building frameworks with Vite",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"license": "MIT",
66
"type": "module",
77
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)