Skip to content

Commit 985e168

Browse files
committed
Release v0.2.0
1 parent be54e4b commit 985e168

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.2.0 (2022-11-10)
44

55
- BREAKING: Rename `pkgJsonNeedsOptimization` to `pkgNeedsOptimization` with new parameters and async for correctness
66
- Prevent deep optimize packages with no exports and `index.js` file
7-
- Correctly respect Vite user config passed
7+
- Correctly respect Vite user config for `crawlFrameworkPkgs`
8+
- Export new utilities to respect Vite user config
89

910
## 0.1.1 (2022-11-01)
1011

package.json

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

0 commit comments

Comments
 (0)