Skip to content

Commit 16defed

Browse files
committed
chore: update version
1 parent d6b8f7d commit 16defed

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

firestore-chatgpt-bot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
- GPT-5 `gpt-5`
2828
- GPT-5 mini `gpt-5-mini`
2929
- GPT-5 nano `gpt-5-nano`
30+
31+
## Version 1.0.1
32+
33+
- Fix issues on GPT-5 usages on completions API

firestore-chatgpt-bot/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: firestore-chatgpt-bot
2-
version: 1.0.0 # Follow semver versioning
2+
version: 1.0.1 # Follow semver versioning
33
specVersion: v1beta # Version of the Firebase Extensions specification
44

55
displayName: Chatbot with ChatGPT

firestore-chatgpt-bot/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-chatgpt-bot",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"engines": {
66
"node": "20.19.5"

0 commit comments

Comments
 (0)