Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.7.3"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <dev-feedback@ona.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.7.2'; // x-release-please-version
export const VERSION = '0.7.3'; // x-release-please-version