Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 516c23f

Browse files
committedNov 25, 2024·
chore(release): v0.4.2
1 parent 6d6f5c5 commit 516c23f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

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

22

3+
## <small>0.4.2 (2024-11-25)</small>
4+
5+
* chore: dev deps to deps ([6ad2134](https://github.com/trycortexai/cortex-node/commit/6ad2134))
6+
* chore: separate util from type file ([6d6f5c5](https://github.com/trycortexai/cortex-node/commit/6d6f5c5))
7+
38
## <small>0.4.1 (2024-11-24)</small>
49

510
* chore: fresh install packages ([038bd57](https://github.com/trycortexai/cortex-node/commit/038bd57))

‎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.4.1",
3+
"version": "0.4.2",
44
"description": "Cortex SDK for Node.js",
55
"main": "./build/index.js",
66
"module": "./build/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.