From 93d9ea5e0d055a1dbe6850a1d11eae50d88d9a7c Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Mon, 15 Dec 2025 11:36:50 +0100 Subject: [PATCH 1/2] Update publish-npm.yml --- .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 95260f1..7936e80 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -17,6 +17,7 @@ jobs: publish: name: publish runs-on: ubuntu-latest + environment: release permissions: contents: read id-token: write From fd3f1f00e418e7ca2bfcbc1a3d1f81df44c6a858 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:37:09 +0000 Subject: [PATCH 2/2] release: 0.7.11 --- .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 2783621..7eea51c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.10" + ".": "0.7.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9342d5e..3f5873e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.11 (2025-12-15) + +Full Changelog: [v0.7.10...v0.7.11](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.10...v0.7.11) + ## 0.7.10 (2025-12-15) Full Changelog: [v0.7.9...v0.7.10](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.9...v0.7.10) diff --git a/package.json b/package.json index 18f7832..a3badc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.10", + "version": "0.7.11", "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 0b53a0d..364dd7f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.10'; // x-release-please-version +export const VERSION = '0.7.11'; // x-release-please-version