Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-11-18)

### Bug Fixes

* Added dangerouslyAllowBrowser ([241c386](241c386))
* Added UsageInfo ([bef150f](bef150f))
* Changed to npm run quality ([ebd5d97](ebd5d97))
* CI ([dda7c29](dda7c29))
* CR ([7ae56f8](7ae56f8))
* CR ([5818db2](5818db2))
* CR ([6823eb4](6823eb4))
* Default params ([65c5624](65c5624))
* docs ([dba8aca](dba8aca))
* Empty commit ([6ccdb92](6ccdb92))
* Empty commit ([510859c](510859c))
* File rename ([3a48970](3a48970))
* Folder and file name ([47632cc](47632cc))
* Folder name ([3cd091d](3cd091d))
* Folder name models to types ([88e878a](88e878a))
* Format ([862d18f](862d18f))
* Formatting ([dc668b8](dc668b8))
* Import ([2237400](2237400))
* Imports ([0367935](0367935))
* Imports ([08b3e97](08b3e97))
* License in README ([98b8a47](98b8a47))
* Lint and Formatting ([183d25c](183d25c))
* Linting ([5394d67](5394d67))
* Merge branches ([21a27ae](21a27ae))
* Naming of imports ([224635f](224635f))
* Naming of Response ([de77175](de77175))
* New Version ([4ad46f9](4ad46f9))
* New Version ([1e444ea](1e444ea))
* New Version ([a651403](a651403))
* package-json.lock ([ead6410](ead6410))
* Path to script ([01c7dcf](01c7dcf))
* Path to script ([59b51b4](59b51b4))
* Path to script ([e21a3a9](e21a3a9))
* Precommit ([60b602d](60b602d))
* Quality fixes ([72ceaa6](72ceaa6))
* README ([d19888a](d19888a))
* Removed dist ([75faa50](75faa50))
* Removed unnecesary code ([89f4f61](89f4f61))
* Removed unused function ([c4158a3](c4158a3))
* Removed unused params from ctor ([5078ab6](5078ab6))
* Response in readme ([9f67360](9f67360))
* Semantic config ([a029559](a029559))
* Semantic Release ([d18d558](d18d558))
* Semantic Release rc config ([16b9be3](16b9be3))
* Semantic Release rc config ([626ae30](626ae30))
* Semantic Release rc config ([896c039](896c039))
* Semantic Release rc config ([3601a12](3601a12))
* Semantic Release rc config ([a91cc53](a91cc53))
* Semantic Release rc config ([b578c32](b578c32))
* Semantic Release rc config ([193a695](193a695))
* Semantic Release rc config ([90ef1d1](90ef1d1))
* Some CR fixes ([3d6878f](3d6878f))
* Stream examples ([e9b3cec](e9b3cec))
* Streaming examples ([b34a1ba](b34a1ba))
* Test ([70b2d75](70b2d75))
* tests ([1acf5c1](1acf5c1))
* tsconfig.json ([8855940](8855940))
* Typing of both fetches ([cf23c6b](cf23c6b))
* Update version script ([c9ae5d5](c9ae5d5))
* Updated bundler to use vite ([e7af4ec](e7af4ec))
* user agent ([3b3398a](3b3398a))
* Version ([f1ebdd2](f1ebdd2))

### Features

* Added browser support ([156aed0](156aed0))
* Added emv config ([899a786](899a786))
* added husky ([8a8ad3c](8a8ad3c))
* conv rag happy flow unit tests ([a7a1dee](a7a1dee))
* convrag added to client, fix response mapping ([af51e52](af51e52))
* convrag added to client, fix response mapping ([2e577a2](2e577a2))
* Decoder per implemtation ([2f750fe](2f750fe))
* export rag types ([c2d8318](c2d8318))
* export rag types ([d933250](d933250))
* Initial Project files ([adfc8b0](adfc8b0))
* quality fix ([90558ac](90558ac))
* Support streaming ([0e22bd6](0e22bd6))
* tests wip ([bc282e1](bc282e1))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent ab2ebae commit af07ef7
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
@@ -1,6 +1,6 @@
{
"name": "ai21",
"version": "1.0.0-rc.5",
"version": "1.0.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.0.0-rc.5';
export const VERSION = '1.0.0';

0 comments on commit af07ef7

Please sign in to comment.