diff --git a/.changeset/new-oranges-glow.md b/.changeset/new-oranges-glow.md deleted file mode 100644 index c1d5ef1..0000000 --- a/.changeset/new-oranges-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'outpostkit': patch ---- - -fixed stream response closing at end diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f13ef..ad8ea33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # outpostkit +## 0.0.15 + +### Patch Changes + +- [#24](https://github.com/OutpostHQ/outpostkit/pull/24) [`4863ef1`](https://github.com/OutpostHQ/outpostkit/commit/4863ef14970161a49ad008d1751c73c11094b280) Thanks [@aj-ya](https://github.com/aj-ya)! - fixed stream response closing at end + ## 0.0.14 ### Patch Changes diff --git a/package.json b/package.json index 0adbea7..1473be7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outpostkit", - "version": "0.0.14", + "version": "0.0.15", "description": "The Outpost API Node.js SDK with TypeScript support.", "homepage": "https://outpost.run", "repository": {