diff --git a/CHANGELOG.md b/CHANGELOG.md index 99623a5f..1751ec68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.8.5 (2023-10-28) + +* chore(deps): bump daisyui from 3.9.3 to 3.9.4 (#46) ([01b7660](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/01b7660)), closes [#46](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/46) +* chore(deps): bump marked from 9.1.2 to 9.1.3 (#45) ([24d0b86](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/24d0b86)), closes [#45](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/45) +* chore(deps): bump openai from 4.14.0 to 4.14.1 (#47) ([7ef00b4](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7ef00b4)), closes [#47](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/47) + + + ## 0.8.4 (2023-10-27) * chore(deps): bump ai from 2.2.19 to 2.2.20 (#44) ([257a697](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/257a697)), closes [#44](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/44) diff --git a/package-lock.json b/package-lock.json index 86503b68..d33cccaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.4.2", diff --git a/package.json b/package.json index 4142db6a..5636a31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.8.4", + "version": "0.8.5", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {