Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2024-12-05)

### Bug Fixes

* Added log ([5888d67](5888d67))
* Added logs ([9cccbc9](9cccbc9))
* Added logs of env ([4e7f794](4e7f794))
* Added logs of env ([9de0844](9de0844))
* Added more logs ([8ff04de](8ff04de))
* check type ([670fc69](670fc69))
* Checked env ([e2129a6](e2129a6))
* ignore ts ([d24dc65](d24dc65))
* Import of runtime ([af96613](af96613))
* Moved to factory ([09be7a4](09be7a4))
* Node file checks ([e3b31ac](e3b31ac))
* Node file checks ([1b5b314](1b5b314))
* Run sync ([e251c1b](e251c1b))

### Features

* add file path check before opening + rag examples improved ([7ca7640](7ca7640))
* add upload file object override ([6131ee8](6131ee8))
* add upload file object override ([329eb3e](329eb3e))
* basic unit tests for rag engine ([6ff4df7](6ff4df7))
* convert upload to non async ([e3b0810](e3b0810))
* disable examples for non node env ([8914f61](8914f61))
* disable examples for non node env ([90eb449](90eb449))
* FilePathOrFileObject ([54a96b1](54a96b1))
* files readme ([3059f8d](3059f8d))
* files readme ([04b35e5](04b35e5))
* files readme ([4baa92d](4baa92d))
* fix tests ([9705d0b](9705d0b))
* functioning browser upload ([02b40df](02b40df))
* log ([585e278](585e278))
* makeFormDataRequest - change type and disable lint ([657fa5e](657fa5e))
* node fetch casting ([29997e0](29997e0))
* rag-engine impl. - with examples, no tests yet ([ceaa9e9](ceaa9e9))
* rag-engine impl. - with examples, no tests yet ([4713d02](4713d02))
* remove log ([d68e935](d68e935))
* reorg imports ([c88bf02](c88bf02))
* reorganized ([a93d32c](a93d32c))
* reorganized ([b71e598](b71e598))
* support node path and file object\ and browser file object ([c055ca2](c055ca2))
* support node path and file object\ and browser file object ([48f2a8d](48f2a8d))
* swap condition ([18b46a0](18b46a0))
* wip ([382e69f](382e69f))
* wip ([f438185](f438185))
* wip ([ab469be](ab469be))
* wip ([a628702](a628702))
* wip ([eac5e6e](eac5e6e))
  • Loading branch information
semantic-release-bot committed Dec 5, 2024
1 parent d19e453 commit 272ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=18.0.0"
},
"version": "1.1.0-rc.1",
"version": "1.1.0",
"description": "AI21 TypeScript SDK",
"main": "./dist/bundle.cjs.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.1.0-rc.1';
export const VERSION = '1.1.0';

0 comments on commit 272ccb3

Please sign in to comment.