Skip to content

Commit fcbf95e

Browse files
release: 0.3.2
1 parent c60d616 commit fcbf95e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.3.2"
33
}

CHANGELOG.md

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

3+
## 0.3.2 (2025-02-18)
4+
5+
Full Changelog: [v0.3.1...v0.3.2](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.3.1...v0.3.2)
6+
7+
### Bug Fixes
8+
9+
* optimize sse chunk reading off-by-one error ([#31](https://github.com/gitpod-io/gitpod-sdk-typescript/issues/31)) ([c60d616](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/c60d61646e31e329dbe176a661d44e95e8fcf56f))
10+
311
## 0.3.1 (2025-02-18)
412

513
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.3.2",
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.3.2'; // x-release-please-version

0 commit comments

Comments
 (0)