From b69a86fa8c555c1576e9edcf70d1f6682096ff99 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 9 Dec 2025 10:51:35 +0100 Subject: [PATCH 1/2] Update publish-npm.yml with permissions Add permissions for OIDC and contents in NPM publish workflow --- .github/workflows/publish-npm.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index fd55e8b..00eb3f5 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -2,6 +2,11 @@ # It can also be run manually to re-publish to NPM in case it failed for some reason. # You can run this workflow by navigating to https://www.github.com/gitpod-io/gitpod-sdk-typescript/actions/workflows/publish-npm.yml name: Publish NPM + +permissions: + id-token: write # Required for OIDC + contents: read + on: workflow_dispatch: From c74eecc5df05f182c04d00fa0a8f9d94766a74bf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 09:55:49 +0000 Subject: [PATCH 2/2] release: 0.7.3 --- .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 ca1c614..657149d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df8b1f4..475c103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.3 (2025-12-09) + +Full Changelog: [v0.7.2...v0.7.3](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.2...v0.7.3) + ## 0.7.2 (2025-12-09) Full Changelog: [v0.7.1...v0.7.2](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.1...v0.7.2) diff --git a/package.json b/package.json index a31b381..c65153c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.2", + "version": "0.7.3", "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 4853086..58f8d5b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.2'; // x-release-please-version +export const VERSION = '0.7.3'; // x-release-please-version