From bbaf2d199d62f1c2dcec1f8e9e9a520469c2dff1 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 13 Mar 2025 14:24:28 -0400 Subject: [PATCH] Release v0.2.6 (Patch) --- RELEASE | 2 +- lerna.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index be13de8..928e026 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.2.5 +tag: v0.2.6 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index 0f99e1b..1ec7bb2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.5", + "version": "0.2.6", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index d1e98d0..aaa6d92 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.5", + "version": "0.2.6", "license": "MIT", "engines": { "vscode": "^1.78.0"