Skip to content

Commit f26add1

Browse files
committed
chore(release): v0.6.1
1 parent 16bd111 commit f26add1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22

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+
37
## 0.6.0 (2024-11-25)
48

59
* chore: add license ([01b5f49](https://github.com/trycortexai/cortex-node/commit/01b5f49))

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.6.0",
3+
"version": "0.6.1",
44
"description": "Cortex SDK for Node.js",
55
"license": "MIT",
66
"main": "./build/index.js",

0 commit comments

Comments
 (0)