Skip to content

Commit

Permalink
chore(release): prepare release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Dec 11, 2023
1 parent 67b427b commit db1b5f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 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))
* docs(README): update planned ([8a444af](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/8a444af))
* refactor(api): standardize max_tokens ([ff60869](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/ff60869))
* refactor(api): update max_tokens logic ([dec4667](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/dec4667))
* refactor(localStorage): add/use new localStorage helper ([5063807](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/5063807))
* refactor(TokenCount): update maxToken counts ([4b9165e](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/4b9165e))
* feat(TokenCount): add/implement new component to count tokens ([3618700](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/3618700))
* chore(deps): add [email protected] ([f210e03](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/f210e03))



## <small>0.14.14 (2023-12-11)</small>

* chore(deps-dev): bump the types group with 1 update (#140) ([3da1258](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/3da1258)), closes [#140](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/140)
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.14.14",
"version": "0.15.0",
"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 db1b5f2

Please sign in to comment.