From 11e7f9c7f66406ebe9c081a8d86d5b3221dee6b6 Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Wed, 8 Nov 2023 06:53:38 -0500 Subject: [PATCH] chore(release): prepare release v0.10.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24353c2e..2e6714ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.10.0 (2023-11-08) + +* chore(deps-dev): bump the types group with 1 update (#66) ([7f2749f](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7f2749f)), closes [#66](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/66) +* chore(deps-dev): bump the types group with 3 updates (#68) ([4bfb577](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/4bfb577)), closes [#68](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/68) +* chore(deps): bump ai from 2.2.20 to 2.2.21 (#67) ([aa42457](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/aa42457)), closes [#67](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/67) +* chore(deps): bump openai from 4.15.4 to 4.16.1 (#65) ([6f7e852](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/6f7e852)), closes [#65](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/65) +* feat(Header): add update check and notification ([d304c15](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/d304c15)), closes [#55](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/55) +* feat(UpdateCheck): add new component ([ffdfe3b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ffdfe3b)) +* feat(UpdateCheck): check for updates every 4 hours ([c0280fb](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/c0280fb)) + + + ## 0.9.2 (2023-11-06) * chore(deps-dev): bump the types group with 1 update (#60) ([e9321af](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/e9321af)), closes [#60](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/60) diff --git a/package-lock.json b/package-lock.json index 6c2f2173..b17a05cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.9.2", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.9.2", + "version": "0.10.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.4.2", diff --git a/package.json b/package.json index cbdddb5e..6f7dc20e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.9.2", + "version": "0.10.0", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {