From c551d3628552419b322e9fd335b397ffbfac9ea0 Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Thu, 12 Oct 2023 11:01:25 -0400 Subject: [PATCH] chore(release): prepare release v0.5.1 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4f9249..d7ab872f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.5.1 (2023-10-12) + +* chore(deps-dev): bump sass from 1.69.2 to 1.69.3 (#14) ([03cf9a0](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/03cf9a0)), closes [#14](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/14) +* chore(deps): bump openai from 4.11.1 to 4.12.1 (#15) ([33c98cc](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/33c98cc)), closes [#15](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/15) +* chore(tailwind): add themes to config ([674e468](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/674e468)) +* fix(ChatBubble): check for is today in bot's timestamp display ([94c920b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/94c920b)) +* refactor(Header): improve responsive behavior ([f21dbba](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/f21dbba)) +* feat(Footer): add WIP to make responsive ([2c1d6ad](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/2c1d6ad)) +* feat(Header): add WIP to make header responsive ([d6f4d1f](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/d6f4d1f)) +* ci(actions): add build notifications ([4fbe18e](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/4fbe18e)) + + + ## 0.5.0 (2023-10-11) * fix(ChatBubble): check for is today in timestamp display ([94d33a5](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/94d33a5)) diff --git a/package-lock.json b/package-lock.json index 82244c86..ab196f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.4.2", diff --git a/package.json b/package.json index 7361c6e1..63bba445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.5.0", + "version": "0.5.1", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {