Skip to content

Commit 7a4bbfc

Browse files
committed
chore: release of vite plugin 0.1.1
1 parent ebc62f2 commit 7a4bbfc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workerify/vite-plugin
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Use the base path if specified in the vite resolved config
8+
39
## 0.1.0
410

511
### Minor Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workerify/vite-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Vite plugin for workerify",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)