Skip to content

Commit

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

* chore(deps-dev): bump sass from 1.69.1 to 1.69.2 (#12) ([26e05ac](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/26e05ac)), closes [#12](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/12)
* chore(deps-dev): bump the types group with 2 updates (#11) ([7e29e28](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7e29e28)), closes [#11](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/11)
* chore(deps): bump ai from 2.2.14 to 2.2.15 (#13) ([1d20bd7](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/1d20bd7)), closes [#13](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/13)
* docs(README): update features ([e436820](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/e436820))
* refactor: move user info fetcher into method ([1713031](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/1713031))



## <small>0.4.1 (2023-10-11)</small>

* fix: reference user info in array if available ([38db868](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/38db868))
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.4.1",
"version": "0.4.2",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {
Expand Down

0 comments on commit cb35d2c

Please sign in to comment.