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