Skip to content

Commit

Permalink
chore(release): prepare release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Oct 12, 2023
1 parent 674e468 commit c551d36
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## <small>0.5.1 (2023-10-12)</small>

* 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))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c551d36

Please sign in to comment.