Skip to content

Commit d0d869e

Browse files
committed
chore(release): bump version to 1.0.0
1 parent e788f8f commit d0d869e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "command-dock",
33
"displayName": "Command Dock",
44
"description": "A powerful command panel with Command Dock for executing terminal commands in your workspace",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"publisher": "Merlin218",
77
"icon": "public/icon.png",
88
"engines": {
@@ -166,7 +166,11 @@
166166
"description": "Button color (optional)"
167167
}
168168
},
169-
"required": ["id", "name", "command"]
169+
"required": [
170+
"id",
171+
"name",
172+
"command"
173+
]
170174
}
171175
}
172176
}
@@ -206,4 +210,4 @@
206210
"@vscode/vsce": "^2.22.0",
207211
"rimraf": "^5.0.5"
208212
}
209-
}
213+
}

0 commit comments

Comments
 (0)