Skip to content

Commit df9da0a

Browse files
committed
Release v0.2.5 (Patch)
1 parent 88fc848 commit df9da0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tag: v0.2.4
1+
tag: v0.2.5
22

33
commitInclude:
44
parentOfMergeCommit: true

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.4",
2+
"version": "0.2.5",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-trace-server",
33
"displayName": "VSCode Trace Server",
44
"description": "Companion extension to the Trace Viewer for VSCode, that makes it easier to start/stop a local trace server",
5-
"version": "0.2.4",
5+
"version": "0.2.5",
66
"license": "MIT",
77
"engines": {
88
"vscode": "^1.78.0"
@@ -51,7 +51,7 @@
5151
"properties": {
5252
"trace-server.traceserver.path": {
5353
"type": "string",
54-
"scope" : "machine",
54+
"scope": "machine",
5555
"default": "/usr/bin/tracecompass-server",
5656
"description": "Enter the trace server's binary path, executable included. Eg: /usr/bin/tracecompass-server."
5757
},

0 commit comments

Comments
 (0)