We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bd111 commit f26add1Copy full SHA for f26add1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
2
3
+## <small>0.6.1 (2024-11-25)</small>
4
+
5
+* fix: fix onStream check ([16bd111](https://github.com/trycortexai/cortex-node/commit/16bd111))
6
7
## 0.6.0 (2024-11-25)
8
9
* chore: add license ([01b5f49](https://github.com/trycortexai/cortex-node/commit/01b5f49))
package.json
@@ -1,6 +1,6 @@
{
"name": "@cortex-ai/sdk",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Cortex SDK for Node.js",
"license": "MIT",
"main": "./build/index.js",
0 commit comments