From 9eaecfa947a9588c29a5b9a666de905a6d2e074d Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Thu, 7 Dec 2023 20:40:22 -0500 Subject: [PATCH] chore(release): prepare release v0.14.13 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee061dbf..851f404b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.14.13 (2023-12-08) + +* chore(deps-dev): bump cz-git from 1.7.1 to 1.8.0 (#134) ([b7224cc](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/b7224cc)), closes [#134](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/134) +* chore(deps-dev): bump the postcss group with 1 update (#133) ([193cae1](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/193cae1)), closes [#133](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/133) +* chore(deps-dev): bump the tailwindcss group with 1 update (#132) ([545cf69](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/545cf69)), closes [#132](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/132) +* chore(deps-dev): bump the types group with 1 update (#136) ([dcb7b20](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/dcb7b20)), closes [#136](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/136) +* chore(deps-dev): bump the types group with 2 updates (#131) ([5af0956](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/5af0956)), closes [#131](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/131) +* chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 (#135) ([7c0d54e](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7c0d54e)), closes [#135](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/135) +* chore(deps): bump ai from 2.2.27 to 2.2.28 (#137) ([94f611c](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/94f611c)), closes [#137](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/137) +* chore(deps): bump next from 14.0.3 to 14.0.4 (#138) ([9fafa18](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/9fafa18)), closes [#138](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/138) +* refactor(ParameterModelSelect): update display names ([a0d08fe](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/a0d08fe)) + + + ## 0.14.12 (2023-12-04) * chore(deps-dev): bump the postcss group with 1 update (#125) ([aa933fd](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/aa933fd)), closes [#125](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/125) diff --git a/package-lock.json b/package-lock.json index c374e631..0d86611f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.14.12", + "version": "0.14.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.14.12", + "version": "0.14.13", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.5.1", diff --git a/package.json b/package.json index b7160833..ddf1553b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.14.12", + "version": "0.14.13", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {