Skip to content

Commit 096f9e6

Browse files
committed
chore(release): v0.5.0
1 parent fd9ea41 commit 096f9e6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
3+
## 0.5.0 (2024-11-25)
4+
5+
* feat: add client readStream ([f3237c6](https://github.com/trycortexai/cortex-node/commit/f3237c6))
6+
* feat: add pagination support ([e73cc2a](https://github.com/trycortexai/cortex-node/commit/e73cc2a))
7+
* feat: add streamResponse ([e4752e2](https://github.com/trycortexai/cortex-node/commit/e4752e2))
8+
* chore: dev deps to deps ([6ad2134](https://github.com/trycortexai/cortex-node/commit/6ad2134))
9+
* chore: move deps to /generated ([38d51ad](https://github.com/trycortexai/cortex-node/commit/38d51ad))
10+
* revert: types/openapi.ts ([77ad75a](https://github.com/trycortexai/cortex-node/commit/77ad75a))
11+
112
## <small>0.4.1 (2024-11-24)</small>
213

314
- chore: fresh install packages ([038bd57](https://github.com/trycortexai/cortex-node/commit/038bd57))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortex-ai/sdk",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Cortex SDK for Node.js",
55
"main": "./build/index.js",
66
"module": "./build/index.mjs",

0 commit comments

Comments
 (0)