Skip to content

Commit

Permalink
chore(release): prepare release v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed May 6, 2024
1 parent 09f6bba commit b08e787
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>0.31.1 (2024-05-06)</small>

* chore(deps-dev): bump @biomejs/biome from 1.7.2 to 1.7.3 (#509) ([e818995](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/e818995)), closes [#509](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/509)
* chore(deps): bump openai from 4.40.2 to 4.41.0 (#510) ([09f6bba](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/09f6bba)), closes [#510](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/510)
* fix(ThemeChanger): initial selection of current theme ([eec8d1d](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/eec8d1d))



## 0.31.0 (2024-05-05)

* chore(deps-dev): add/configure prettier ([2371a11](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/2371a11))
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.31.0",
"version": "0.31.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 b08e787

Please sign in to comment.