Skip to content

Commit

Permalink
chore(release): prepare release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Nov 8, 2023
1 parent 4bfb577 commit 11e7f9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



## <small>0.9.2 (2023-11-06)</small>

* 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)
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.9.2",
"version": "0.10.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 11e7f9c

Please sign in to comment.