Skip to content

Commit 971d4e1

Browse files
authored
release 1.1.0 (#25)
1 parent b703278 commit 971d4e1

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.0 (2025-07-03)
4+
5+
- Add workspaceRoot option to `crawlFrameworkPkgs` that enables crawling devDependencies of local workspace **private** packages ([#23](https://github.com/svitejs/vitefu/pull/23))
6+
37
## 1.0.7 (2025-06-20)
48

59
- Allow Vite 7 peer dependency ([#21](https://github.com/svitejs/vitefu/pull/21))

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.0.7",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"type": "module",
77
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)