We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b99a97 commit 7c4946bCopy full SHA for 7c4946b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
2
3
+## 0.6.0 (2024-11-25)
4
+
5
+* chore: add license ([01b5f49](https://github.com/trycortexai/cortex-node/commit/01b5f49))
6
+* chore: remove unused null check ([175476b](https://github.com/trycortexai/cortex-node/commit/175476b))
7
+* feat: make onStream optional ([6433807](https://github.com/trycortexai/cortex-node/commit/6433807))
8
9
## 0.5.0 (2024-11-25)
10
11
* feat: add client readStream ([f3237c6](https://github.com/trycortexai/cortex-node/commit/f3237c6))
package.json
@@ -1,6 +1,6 @@
{
"name": "@cortex-ai/sdk",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "Cortex SDK for Node.js",
"license": "MIT",
"main": "./build/index.js",
0 commit comments