From 131a69e2f058e542a398b463710689d7de3e22d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2024 20:54:04 +0000 Subject: [PATCH] chore(release): 1.0.0-rc.4 [skip ci] # [1.0.0-rc.4](https://github.com/AI21Labs/ai21-typescript/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-11-12) ### Bug Fixes * Empty commit ([8f01fc6](https://github.com/AI21Labs/ai21-typescript/commit/8f01fc62a9ca70dccb5ce9c03f455b11c50762f5)) * License in README ([56ffd2c](https://github.com/AI21Labs/ai21-typescript/commit/56ffd2c8206766705d4ea608cd50cf8a6d8ce4d7)) * Response in readme ([a9f9f2e](https://github.com/AI21Labs/ai21-typescript/commit/a9f9f2e922b4e140f57e48466a77393ca6e0b43e)) * Streaming examples ([2b62fec](https://github.com/AI21Labs/ai21-typescript/commit/2b62feccdd6437566608240ca4a4d70054a17e91)) * tsconfig.json ([34142df](https://github.com/AI21Labs/ai21-typescript/commit/34142df8c0789b9daef4fee2a4fa89fef25fac58)) --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df33bc4..8bdd2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai21", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "AI21 TypeScript SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index d5631e6..846dad7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.0-rc.3'; +export const VERSION = '1.0.0-rc.4';