From 4357ef598dd12277e1e3c1bcaa2ecac00004ab19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 14:55:26 +0000 Subject: [PATCH] chore(release): 1.0.0-rc.5 [skip ci] # [1.0.0-rc.5](https://github.com/AI21Labs/ai21-typescript/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2024-11-14) ### Bug Fixes * CR ([afa9d34](https://github.com/AI21Labs/ai21-typescript/commit/afa9d344b8245b3b79472d50b495aacded08322f)) * Empty commit ([46e61b7](https://github.com/AI21Labs/ai21-typescript/commit/46e61b75afcc356ca9d2885ef87652ae78cfac2b)) * Folder name ([9c4c851](https://github.com/AI21Labs/ai21-typescript/commit/9c4c8515caa6bdb2634fd4b5dd626f5bb9548e03)) * Naming of imports ([f8fdfd8](https://github.com/AI21Labs/ai21-typescript/commit/f8fdfd894f58e2734cab5845f22eca86879ee6cb)) * Naming of Response ([ddf1f02](https://github.com/AI21Labs/ai21-typescript/commit/ddf1f02b2b15c8db917e3a9e8cd01003f6b25291)) * New Version ([ac553dc](https://github.com/AI21Labs/ai21-typescript/commit/ac553dc06220113b8b05eefce2e033144dac9f94)) * Path to script ([52957c5](https://github.com/AI21Labs/ai21-typescript/commit/52957c57f7d053aeb04bd9aa06bcb53ac7106f60)) * Quality fixes ([7c27f16](https://github.com/AI21Labs/ai21-typescript/commit/7c27f16c5ee104475a45ff37932ce26faa7d1f6b)) * Semantic Release rc config ([c8cf65d](https://github.com/AI21Labs/ai21-typescript/commit/c8cf65dce9d465ee66306aeba2be0090ac380083)) * tests ([36400f8](https://github.com/AI21Labs/ai21-typescript/commit/36400f86729519dfafa5853bfd3a76c333680d82)) * Typing of both fetches ([6b92fcd](https://github.com/AI21Labs/ai21-typescript/commit/6b92fcd335ce89b7cbd892862eb61d76c0fb65e5)) * Updated bundler to use vite ([b492b38](https://github.com/AI21Labs/ai21-typescript/commit/b492b386c2f47e05ad49dcf572a1374f3d7457fa)) * Version ([0e3ef70](https://github.com/AI21Labs/ai21-typescript/commit/0e3ef70c82fbd019903e4f911fce5b4dadb547a5)) ### Features * Added browser support ([cb2c875](https://github.com/AI21Labs/ai21-typescript/commit/cb2c87554ac657a02efd7401fc6ffdd02bd02c12)) * Decoder per implemtation ([6df6490](https://github.com/AI21Labs/ai21-typescript/commit/6df6490048a404f7f0b7b61c6edc46ce5d0af6e8)) --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a1d3d60..6848a3c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index 846dad7..e53d794 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.0-rc.4'; +export const VERSION = '1.0.0-rc.5';