Skip to content

Commit 04fa8d4

Browse files
committed
chore: release v0.3.0
1 parent b6bbdf7 commit 04fa8d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-sonner",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "An opinionated toast component for Qwik.",
55
"keywords": [
66
"qwik",
@@ -34,7 +34,10 @@
3434
"types": "./lib-types/index.d.ts"
3535
}
3636
},
37-
"files": ["lib", "lib-types"],
37+
"files": [
38+
"lib",
39+
"lib-types"
40+
],
3841
"engines": {
3942
"node": ">=16.0.0"
4043
},
@@ -71,4 +74,4 @@
7174
"vite": "5.2.7",
7275
"vite-tsconfig-paths": "4.3.2"
7376
}
74-
}
77+
}

0 commit comments

Comments
 (0)