From b3e5ce1959ffe8ca8b27719d999fafb29c44e41b Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 12 Sep 2025 15:13:56 -0400 Subject: [PATCH] Release v0.8.0 (Minor) --- RELEASE | 2 +- lerna.json | 2 +- tsp-typescript-client/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index efa6ced..e41b884 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.7.0 +tag: v0.8.0 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index ead9c24..6e80577 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.0", + "version": "0.8.0", "npmClient": "yarn", "command": { "run": { diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index c538285..0ba274f 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "tsp-typescript-client", - "version": "0.7.0", + "version": "0.8.0", "description": "Trace Server Protocol client written in TypeScript", "author": "Ericsson and others", "license": "MIT",