Skip to content

Commit 7c4946b

Browse files
committedNov 25, 2024·
chore(release): v0.6.0
1 parent 2b99a97 commit 7c4946b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

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

22

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+
39
## 0.5.0 (2024-11-25)
410

511
* feat: add client readStream ([f3237c6](https://github.com/trycortexai/cortex-node/commit/f3237c6))

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

0 commit comments

Comments
 (0)
Please sign in to comment.