diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84caa8a..7003a1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.6" + ".": "0.7.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a51336f..a3fd28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.7 (2025-12-09) + +Full Changelog: [v0.7.6...v0.7.7](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.6...v0.7.7) + ## 0.7.6 (2025-12-09) Full Changelog: [v0.7.5...v0.7.6](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.5...v0.7.6) diff --git a/bin/publish-npm b/bin/publish-npm index e865762..4d59353 100644 --- a/bin/publish-npm +++ b/bin/publish-npm @@ -56,4 +56,4 @@ else fi # Publish with the appropriate tag -yarn publish --tag "$TAG" --provenance +yarn publish --tag "$TAG" --provenance --access public diff --git a/package.json b/package.json index 2d61ab9..f8be4eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitpod/sdk", - "version": "0.7.6", + "version": "0.7.7", "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 0439b72..da60ae0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.7.6'; // x-release-please-version +export const VERSION = '0.7.7'; // x-release-please-version