Skip to content

Commit

Permalink
chore(release): prepare release v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Nov 2, 2023
1 parent 71902ea commit 33dc813
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 @@
## <small>0.8.8 (2023-11-02)</small>

* chore(deps-dev): bump the types group with 1 update (#56) ([81157ad](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/81157ad)), closes [#56](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/56)
* chore(deps): bump marked from 9.1.4 to 9.1.5 (#57) ([71902ea](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/71902ea)), closes [#57](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/57)
* refactor(ChatBubble): remove extraneous key ([82f999b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/82f999b))
* refactor(CopyToClipboard): show checkmark on success vs "copied" string ([4825927](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/4825927))
* refactor(Messages): use message id for key if available ([8680ebc](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/8680ebc))
* fix: prevent LastPass browser extension output ([b26aaba](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/b26aaba))



## <small>0.8.7 (2023-11-01)</small>

* fix(markdownToText): properly handle no content ([71c55d1](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/71c55d1)), closes [#53](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/53)
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.8.7",
"version": "0.8.8",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {
Expand Down

0 comments on commit 33dc813

Please sign in to comment.