From b08e7879c111ba70988db3b678333b260783f105 Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Mon, 6 May 2024 07:07:46 -0400 Subject: [PATCH] chore(release): prepare release v0.31.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d014e37..a303f86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.31.1 (2024-05-06) + +* chore(deps-dev): bump @biomejs/biome from 1.7.2 to 1.7.3 (#509) ([e818995](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/e818995)), closes [#509](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/509) +* chore(deps): bump openai from 4.40.2 to 4.41.0 (#510) ([09f6bba](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/09f6bba)), closes [#510](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/510) +* fix(ThemeChanger): initial selection of current theme ([eec8d1d](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/eec8d1d)) + + + ## 0.31.0 (2024-05-05) * chore(deps-dev): add/configure prettier ([2371a11](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/2371a11)) diff --git a/package-lock.json b/package-lock.json index d6518b62..15cff69b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.31.0", + "version": "0.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.31.0", + "version": "0.31.1", "license": "MIT", "dependencies": { "@azure/openai": "1.0.0-beta.12", diff --git a/package.json b/package.json index 23fd8e60..1bd27c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.31.0", + "version": "0.31.1", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {