Skip to content

Commit fa41697

Browse files
committed
feat: update version
1 parent f5d7f35 commit fa41697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "abc-virtual-background-maker",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc && vite build",
8+
"build": "vite build && tsc",
99
"preview": "vite preview",
1010
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1111
"stylelint": "stylelint \"src/**/*.scss\"",

0 commit comments

Comments
 (0)