Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.5](v1.0.0-rc.4...v1.0.0-rc.5) (2024-11-14)

### Bug Fixes

* CR ([afa9d34](afa9d34))
* Empty commit ([46e61b7](46e61b7))
* Folder name ([9c4c851](9c4c851))
* Naming of imports ([f8fdfd8](f8fdfd8))
* Naming of Response ([ddf1f02](ddf1f02))
* New Version ([ac553dc](ac553dc))
* Path to script ([52957c5](52957c5))
* Quality fixes ([7c27f16](7c27f16))
* Semantic Release rc config ([c8cf65d](c8cf65d))
* tests ([36400f8](36400f8))
* Typing of both fetches ([6b92fcd](6b92fcd))
* Updated bundler to use vite ([b492b38](b492b38))
* Version ([0e3ef70](0e3ef70))

### Features

* Added browser support ([cb2c875](cb2c875))
* Decoder per implemtation ([6df6490](6df6490))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 106870a commit 4357ef5
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.4",
"version": "1.0.0-rc.5",
"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.4';
export const VERSION = '1.0.0-rc.5';

0 comments on commit 4357ef5

Please sign in to comment.