From c4a7bd73b67729cdd72573eba2fb2031338a8b81 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 17 Oct 2025 15:52:31 -0400 Subject: [PATCH] Release v0.9.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 e41b884..d17e35f 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.8.0 +tag: v0.9.0 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index 6e80577..49012c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.9.0", "npmClient": "yarn", "command": { "run": { diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index 0ba274f..5ffcb82 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "tsp-typescript-client", - "version": "0.8.0", + "version": "0.9.0", "description": "Trace Server Protocol client written in TypeScript", "author": "Ericsson and others", "license": "MIT",