Skip to content

Commit b8b5a89

Browse files
chore(main): release 0.2.0 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab18705 commit b8b5a89

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/Clarifai/clarifai-nodejs/compare/v0.1.2...v0.2.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* expose error cause via error object ([#34](https://github.com/Clarifai/clarifai-nodejs/issues/34)) ([60e115e](https://github.com/Clarifai/clarifai-nodejs/commit/60e115e0d72ec2781f8b59e4795d36449d9015de))
9+
* workflow predict tests ([#36](https://github.com/Clarifai/clarifai-nodejs/issues/36)) ([ab18705](https://github.com/Clarifai/clarifai-nodejs/commit/ab18705275f76a72b7416ab4b22caba8d8a40151))
10+
11+
12+
### Bug Fixes
13+
14+
* workflows updated to support changes in model ID ([#35](https://github.com/Clarifai/clarifai-nodejs/issues/35)) ([13b5725](https://github.com/Clarifai/clarifai-nodejs/commit/13b5725ef0d04be4ce68b49a3fbfdb6b81e40dc4))
15+
316
## [0.1.2](https://github.com/Clarifai/clarifai-nodejs/compare/v0.1.1...v0.1.2) (2025-05-30)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarifai-nodejs",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "The official Clarifai Node.js SDK",
55
"source": "src/index.ts",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)