We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6f5c5 commit 516c23fCopy full SHA for 516c23f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
2
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
8
## <small>0.4.1 (2024-11-24)</small>
9
10
* chore: fresh install packages ([038bd57](https://github.com/trycortexai/cortex-node/commit/038bd57))
package.json
@@ -1,6 +1,6 @@
{
"name": "@cortex-ai/sdk",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "Cortex SDK for Node.js",
"main": "./build/index.js",
"module": "./build/index.mjs",
0 commit comments