From 570c43bc09b923f7d076392b94e4d938a7de7b8c Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Thu, 16 May 2024 07:48:38 -0400 Subject: [PATCH] chore(release): prepare release v0.33.1 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2598c46f..25d81833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.33.1 (2024-05-16) + +* chore(deps-dev): bump types group with 1 update ([7894eaf](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7894eaf)) +* chore(deps): bump @langchain/openai in the langchain group (#534) ([790d4ea](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/790d4ea)), closes [#534](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/534) +* chore(deps): bump ai from 3.1.5 to 3.1.7 (#530) ([3a29679](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/3a29679)), closes [#530](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/530) +* chore(deps): bump ai from 3.1.7 to 3.1.8 (#531) ([3093449](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/3093449)), closes [#531](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/531) +* chore(deps): bump ai from 3.1.8 to 3.1.9 (#533) ([4e12d39](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/4e12d39)), closes [#533](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/533) +* chore(deps): bump js-tiktoken from 1.0.11 to 1.0.12 ([dcf19ae](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/dcf19ae)) +* chore(deps): bump langchain group with 3 updates ([60ea709](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/60ea709)) +* chore(deps): bump openai from 4.45.0 to 4.46.1 ([47d8238](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/47d8238)) +* chore(deps): bump openai from 4.46.1 to 4.47.1 (#532) ([ea70d11](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ea70d11)), closes [#532](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/532) +* chore(volta): update npm version ([0a77175](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/0a77175)) +* refactor(api/chat): use azure client ([a00e35e](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/a00e35e)) + + + ## 0.33.0 (2024-05-12) * chore(deps-dev): bump @types/react in the types group (#527) ([893368b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/893368b)), closes [#527](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/527) diff --git a/package-lock.json b/package-lock.json index 5845730b..23a1b7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.33.0", + "version": "0.33.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.33.0", + "version": "0.33.1", "license": "MIT", "dependencies": { "@azure/openai": "1.0.0-beta.12", diff --git a/package.json b/package.json index c2e43bdd..9ee4d840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.33.0", + "version": "0.33.1", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {