Skip to content

Commit

Permalink
chore(release): prepare release v0.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Dec 8, 2023
1 parent 9fafa18 commit 9eaecfa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## <small>0.14.13 (2023-12-08)</small>

* 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))



## <small>0.14.12 (2023-12-04)</small>

* 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)
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.14.12",
"version": "0.14.13",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {
Expand Down

0 comments on commit 9eaecfa

Please sign in to comment.