diff --git a/.chronus/changes/specs-addSse-2026-6-13-16-37-0.md b/.chronus/changes/specs-addSse-2026-6-13-16-37-0.md deleted file mode 100644 index 9bf951c9805..00000000000 --- a/.chronus/changes/specs-addSse-2026-6-13-16-37-0.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Add SSE tests \ No newline at end of file diff --git a/packages/http-specs/CHANGELOG.md b/packages/http-specs/CHANGELOG.md index e739c3a9f1a..198d5245a4a 100644 --- a/packages/http-specs/CHANGELOG.md +++ b/packages/http-specs/CHANGELOG.md @@ -1,5 +1,12 @@ # @typespec/http-specs +## 0.1.0-alpha.40 + +### Features + +- [#11239](https://github.com/microsoft/typespec/pull/11239) Add SSE tests + + ## 0.1.0-alpha.39 ### Features diff --git a/packages/http-specs/package.json b/packages/http-specs/package.json index 48202f80de6..c3800fc2371 100644 --- a/packages/http-specs/package.json +++ b/packages/http-specs/package.json @@ -1,7 +1,7 @@ { "name": "@typespec/http-specs", "displayName": "Http Specs", - "version": "0.1.0-alpha.39", + "version": "0.1.0-alpha.40", "description": "Spec scenarios and mock apis", "main": "dist/index.js", "type": "module",