From d252a812e1becbacf7c5a5fc47b854044c87d8d3 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 9 Dec 2025 13:53:31 +0100 Subject: [PATCH 1/3] Add registry URL to npm publish workflow --- .github/workflows/publish-npm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c1243e7..2b17101 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -29,6 +29,7 @@ jobs: with: node-version: '20' always-auth: true + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: | From 1d228633857dc4744752547c4a4fa692a03d556f Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 9 Dec 2025 13:58:11 +0100 Subject: [PATCH 2/3] Add provenance flag to yarn publish command --- bin/publish-npm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/publish-npm b/bin/publish-npm index d140987..e865762 100644 --- a/bin/publish-npm +++ b/bin/publish-npm @@ -56,4 +56,4 @@ else fi # Publish with the appropriate tag -yarn publish --tag "$TAG" +yarn publish --tag "$TAG" --provenance From 06ad6d88c2ba7ff955a2386ca82478637bff37f6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:58:30 +0000 Subject: [PATCH 3/3] release: 0.7.6 --- .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 bd90516..84caa8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.5" + ".": "0.7.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4660a1d..a51336f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.6 (2025-12-09) + +Full Changelog: [v0.7.5...v0.7.6](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.5...v0.7.6) + ## 0.7.5 (2025-12-09) Full Changelog: [v0.7.4...v0.7.5](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.4...v0.7.5) diff --git a/package.json b/package.json index ebfc998..2d61ab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.5", + "version": "0.7.6", "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 127e018..0439b72 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.5'; // x-release-please-version +export const VERSION = '0.7.6'; // x-release-please-version