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
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
node-version: '20'
always-auth: true
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: |
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.5"
".": "0.7.6"
}
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.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)

## 0.7.5 (2025-12-09)

Full Changelog: [v0.7.4...v0.7.5](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.4...v0.7.5)
Expand Down
2 changes: 1 addition & 1 deletion bin/publish-npm
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ else
fi

# Publish with the appropriate tag
yarn publish --tag "$TAG"
yarn publish --tag "$TAG" --provenance
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.5",
"version": "0.7.6",
"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.5'; // x-release-please-version
export const VERSION = '0.7.6'; // x-release-please-version