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 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