From 6cd047d1666b208e386dc1cedbcb2057265105c8 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Fri, 12 Dec 2025 09:30:04 +0000 Subject: [PATCH 1/2] Change publish command from yarn to npm --- bin/publish-npm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/publish-npm b/bin/publish-npm index 4d59353..c3b24c5 100644 --- a/bin/publish-npm +++ b/bin/publish-npm @@ -56,4 +56,4 @@ else fi # Publish with the appropriate tag -yarn publish --tag "$TAG" --provenance --access public +npm publish --tag "$TAG" --provenance --access public From 07d0cb8cb469413f07cb4dcb5281e79d39faef64 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:44:08 +0000 Subject: [PATCH 2/2] release: 0.7.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7003a1e..594a3ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.7" + ".": "0.7.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fd28d..7dc6ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.8 (2025-12-12) + +Full Changelog: [v0.7.7...v0.7.8](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.7...v0.7.8) + ## 0.7.7 (2025-12-09) Full Changelog: [v0.7.6...v0.7.7](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.6...v0.7.7) diff --git a/package.json b/package.json index f8be4eb..8262547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.7", + "version": "0.7.8", "description": "The official TypeScript library for the Gitpod API", "author": "Gitpod ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index da60ae0..933da4c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.7'; // x-release-please-version +export const VERSION = '0.7.8'; // x-release-please-version