Skip to content

Commit

Permalink
chore(release): prepare release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Dec 12, 2023
1 parent ff5ec2d commit 4f6ce85
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 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.15.1 (2023-12-12)</small>

* refactor(utils/localStorage): add missing export ([ff5ec2d](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ff5ec2d))
* style(Footer/SystemMessage): responsive tweaks ([ae6c76b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ae6c76b))
* style(stylelint): remove deprecated rule from config ([31e35e6](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/31e35e6))
* chore(deps-dev): bump stylelint group with 3 updates ([93de3c4](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/93de3c4))
* chore(deps): bump marked from 11.0.1 to 11.1.0 (#142) ([fd93152](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/fd93152)), closes [#142](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/142)



## 0.15.0 (2023-12-11)

* docs(README): update features and planned ([67b427b](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/67b427b))
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.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ct-azure-openai-gpt4-chat",
"version": "0.15.0",
"version": "0.15.1",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {
Expand Down Expand Up @@ -72,7 +72,11 @@
"typescript": "5.3.3"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down

0 comments on commit 4f6ce85

Please sign in to comment.