diff --git a/.changeset/two-frogs-roll.md b/.changeset/two-frogs-roll.md deleted file mode 100644 index 2eb0875..0000000 --- a/.changeset/two-frogs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'function-gpt': patch ---- - -try fixing the publish workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c21aa2..9aba4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # function-gpt +## 1.0.3 + +### Patch Changes + +- c0066a4: try fixing the publish workflow + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index f556058..1e004d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function-gpt", - "version": "1.0.2", + "version": "1.0.3", "description": "A library to simplify the handling of function calling in OpenAI's ChatGPT API.", "author": "atinylittleshell ", "license": "MIT",