Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 10, 2022
1 parent be54e4b commit 985e168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## 0.2.0 (2022-11-10)

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

## 0.1.1 (2022-11-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"types": "./index.d.ts",
Expand Down

0 comments on commit 985e168

Please sign in to comment.