From 6b9950e49b7be36332f49e6ec0fd9bd5136959f1 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 21 Mar 2024 10:48:38 -0400 Subject: [PATCH 1/2] Fix indentation in tsp-typescript-client/package.json Signed-off-by: Marc Dumais --- tsp-typescript-client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index 41cf622..bc7762d 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -33,7 +33,7 @@ "url": "https://github.com/eclipse-cdt-cloud/tsp-typescript-client" }, "bugs": { - "url": "https://github.com/eclipse-cdt-cloud/tsp-typescript-client/issues" + "url": "https://github.com/eclipse-cdt-cloud/tsp-typescript-client/issues" }, "homepage": "https://github.com/eclipse-cdt-cloud/tsp-typescript-client" - } +} From 5c8dd33e2a966a2d8eb5c0ba28cb30a81754afdd Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 21 Mar 2024 10:48:50 -0400 Subject: [PATCH 2/2] Release v0.4.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 2b8a22c..5007383 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.0.0 +tag: v0.4.0 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index ba3af39..c3de238 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.3.0", + "version": "0.4.0", "npmClient": "yarn", "command": { "run": { diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index bc7762d..45e2602 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "tsp-typescript-client", - "version": "0.3.0", + "version": "0.4.0", "description": "Trace Server Protocol client written in TypeScript", "author": "Ericsson and others", "license": "MIT",