Skip to content

Commit

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

## 0.1.1 (2022-11-01)

- Resolve packages without root entry ([#1](https://github.com/svitejs/vitefu/issues/1))
- Support yarn pnp ([#2](https://github.com/svitejs/vitefu/issues/2))

## 0.1.0 (2022-10-27)

- Fix Windows `package.json` import resolve
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.0",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"types": "./index.d.ts",
Expand Down

0 comments on commit d96945b

Please sign in to comment.