Skip to content

Commit

Permalink
chore(release): prepare release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Oct 22, 2023
1 parent 7a08ade commit 7960ecb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.8.0 (2023-10-22)

* docs(README): update features ([7a08ade](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7a08ade))
* feat(ChatBubble/CopyToClipboard): individual copy buttons for code blocks ([2c8fc37](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/2c8fc37))
* refactor(ChatBubble): move timestamp next to name ([ffe708d](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ffe708d))
* ci(dependabot): update groups ([68f6223](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/68f6223))
* chore(deps-dev): bump @types/react from 18.2.30 to 18.2.31 ([6e420c8](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/6e420c8))
* chore(deps): bump ai from 2.2.16 to 2.2.17 ([304eb67](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/304eb67))



## <small>0.7.4 (2023-10-20)</small>

* docs(README): update planned ([ff13a48](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ff13a48))
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.7.4",
"version": "0.8.0",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {
Expand Down

0 comments on commit 7960ecb

Please sign in to comment.