From ac41d1d1437bded6b4734127ea8641fc508f4a67 Mon Sep 17 00:00:00 2001 From: Rohin Bhargava Date: Mon, 29 Jul 2024 14:06:43 -0400 Subject: [PATCH] chore: bump typescript version and changelog (#4143) bumped version and changelog --- generators/typescript/sdk/CHANGELOG.md | 4 ++++ generators/typescript/sdk/VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/generators/typescript/sdk/CHANGELOG.md b/generators/typescript/sdk/CHANGELOG.md index 79c7deebc94..c8e6150dd10 100644 --- a/generators/typescript/sdk/CHANGELOG.md +++ b/generators/typescript/sdk/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.36.5] - 2024-07-29 + +- Fix: Now, server sent events are treated differently as streaming responses, to ensure the correct wrapping happens. + ## [0.36.4] - 2024-07-26 - Fix: Now, import paths are correctly added to stream wrapper tests. diff --git a/generators/typescript/sdk/VERSION b/generators/typescript/sdk/VERSION index 27ff1af9213..f40ecd0d9ca 100644 --- a/generators/typescript/sdk/VERSION +++ b/generators/typescript/sdk/VERSION @@ -1 +1 @@ -0.36.4 +0.36.5