Skip to content

Commit 7ea144a

Browse files
release: 0.4.0
1 parent 4fce789 commit 7ea144a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.4.0 (2025-02-21)
4+
5+
Full Changelog: [v0.3.1...v0.4.0](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.3.1...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#33](https://github.com/gitpod-io/gitpod-sdk-typescript/issues/33)) ([5ea3e59](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/5ea3e59cd48c2fa75d0a7c47f6adac6e99dfa542))
10+
* feat: add lib and examples ([#36](https://github.com/gitpod-io/gitpod-sdk-typescript/issues/36)) ([4fce789](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/4fce7899378a85dc568dec6ad4cc54f355f798c8))
11+
12+
13+
### Bug Fixes
14+
15+
* optimize sse chunk reading off-by-one error ([#31](https://github.com/gitpod-io/gitpod-sdk-typescript/issues/31)) ([23e8c90](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/23e8c90f079fa1c4ac5897bb035f7b21effd59e7))
16+
317
## 0.3.1 (2025-02-18)
418

519
Full Changelog: [v0.3.0...v0.3.1](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.3.0...v0.3.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitpod/sdk",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "The official TypeScript library for the Gitpod API",
55
"author": "Gitpod <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.1'; // x-release-please-version
1+
export const VERSION = '0.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)