Skip to content

Commit

Permalink
chore(main): release 0.0.3 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 2, 2024
1 parent 8b517f4 commit 3aa00fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.3](https://github.com/Clarifai/clarifai-nodejs/compare/v0.0.2...v0.0.3) (2024-07-02)


### Features

* custom root certificate support ([#19](https://github.com/Clarifai/clarifai-nodejs/issues/19)) ([8b517f4](https://github.com/Clarifai/clarifai-nodejs/commit/8b517f4b534d877ef8e6378b011a997de54e809c))
* RAG Module ([#9](https://github.com/Clarifai/clarifai-nodejs/issues/9)) ([7354e93](https://github.com/Clarifai/clarifai-nodejs/commit/7354e935ce24f86a2201dcca4c035218883df5ca))


### Bug Fixes

* updated methods to match docs ([#14](https://github.com/Clarifai/clarifai-nodejs/issues/14)) ([3d46b72](https://github.com/Clarifai/clarifai-nodejs/commit/3d46b72fc92cbb79f5d030c9855e3a463f30dc8d))

## [0.0.2](https://github.com/Clarifai/clarifai-nodejs/compare/v0.0.1...v0.0.2) (2024-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarifai-nodejs",
"version": "0.0.2",
"version": "0.0.3",
"description": "The official Clarifai Node.js SDK",
"source": "src/index.ts",
"main": "dist/main.js",
Expand Down

0 comments on commit 3aa00fd

Please sign in to comment.