diff --git a/RELEASE b/RELEASE index b7a5b82..5d440be 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,8 @@ -tag: v0.2.1 +tag: v0.2.2 commitInclude: parentOfMergeCommit: true releaseNoteGenerator: showAbbrevHash: true - showCommitter: false \ No newline at end of file + showCommitter: false diff --git a/lerna.json b/lerna.json index 7286ad0..98773c8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,12 +1,10 @@ { - "version": "0.2.1", + "version": "0.2.2", "npmClient": "yarn", "command": { "run": { "stream": true } }, - "packages": [ - "." - ] + "packages": ["."] } diff --git a/package.json b/package.json index 3902d87..cdd5211 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-trace-server", "displayName": "VSCode Trace Server", "description": "Companion extension to the Trace Viewer for VSCode, that makes it easier to start/stop a local trace server", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "engines": { "vscode": "^1.78.0"