Skip to content

Commit 7cbab6b

Browse files
authored
Merge pull request #1 from vite-plugin/v0.1.1
V0.1.1
2 parents 0780b41 + ed329d1 commit 7cbab6b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
## 0.1.1 (2023-01-17)
2+
3+
- 6b31cd6 fix: correct types
4+
15
## 0.1.0 (2023-01-17)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vite-plugin-multiple",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Allow multiple Vite to run simultaneously",
55
"type": "module",
66
"main": "index.js",
7-
"types": "src",
7+
"types": "types",
88
"exports": {
99
".": {
1010
"import": "./index.js",

0 commit comments

Comments
 (0)