From e0d0fc7e560a4d7518dfbc8874dbd14794ea9953 Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Mon, 8 Jan 2024 06:09:27 -0500 Subject: [PATCH] chore(release): prepare release v0.16.9 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2325df..c0217c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.9 (2024-1-8) + +* chore(deps-dev): bump the postcss group with 1 update (#176) ([dd7f948](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/dd7f948)), closes [#176](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/176) +* chore(deps-dev): bump the tailwindcss group with 1 update (#178) ([0a6ec3d](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/0a6ec3d)), closes [#178](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/178) +* chore(deps-dev): bump the types group with 1 update (#177) ([0f3bafb](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/0f3bafb)), closes [#177](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/177) +* chore(deps-dev): bump the types group with 1 update (#180) ([f9cc334](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/f9cc334)), closes [#180](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/180) +* chore(deps): bump axios from 1.6.4 to 1.6.5 (#179) ([7d85dcf](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/7d85dcf)), closes [#179](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/179) + + + ## 0.16.8 (2024-1-4) * chore(deps-dev): bump cssnano from 6.0.2 to 6.0.3 (#173) ([37b63a9](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/37b63a9)), closes [#173](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/173) diff --git a/package-lock.json b/package-lock.json index b067907b..726fa817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.16.8", + "version": "0.16.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ct-azure-openai-gpt4-chat", - "version": "0.16.8", + "version": "0.16.9", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.5.1", diff --git a/package.json b/package.json index 53ea6d98..bc779058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ct-azure-openai-gpt4-chat", - "version": "0.16.8", + "version": "0.16.9", "description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses", "private": true, "engines": {