File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## <small >0.4.1 (2024-11-24)</small >
2
13
3
14
- chore: fresh install packages ([ 038bd57] ( https://github.com/trycortexai/cortex-node/commit/038bd57 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cortex-ai/sdk" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Cortex SDK for Node.js" ,
5
5
"main" : " ./build/index.js" ,
6
6
"module" : " ./build/index.mjs" ,
You can’t perform that action at this time.
0 commit comments