diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 249a0073..fec7cb08 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - yarn install + yarn install --ignore-scripts - name: Publish to NPM run: | diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa5..ca1c614f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b13c71a0..df8b1f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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) + ## 0.7.1 (2025-12-09) Full Changelog: [v0.7.0...v0.7.1](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.0...v0.7.1) diff --git a/package.json b/package.json index b682e519..a31b3817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.1", + "version": "0.7.2", "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 5e85c4bc..48530862 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.1'; // x-release-please-version +export const VERSION = '0.7.2'; // x-release-please-version