diff --git a/.changeset/tame-keys-share.md b/.changeset/tame-keys-share.md deleted file mode 100644 index 023c90b..0000000 --- a/.changeset/tame-keys-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'function-gpt': patch ---- - -try fixing publish workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index d8550d8..a6359e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # function-gpt +## 1.0.5 + +### Patch Changes + +- 1296757: try fixing publish workflow + ## 1.0.4 ### Patch Changes diff --git a/package.json b/package.json index c4f17cc..9566b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function-gpt", - "version": "1.0.4", + "version": "1.0.5", "description": "A library to simplify the handling of function calling in OpenAI's ChatGPT API.", "author": "atinylittleshell ", "license": "MIT",