diff --git a/.changeset/new-meals-wash.md b/.changeset/new-meals-wash.md deleted file mode 100644 index 40f3551..0000000 --- a/.changeset/new-meals-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'function-gpt': minor ---- - -support object fields that are array of primitives diff --git a/CHANGELOG.md b/CHANGELOG.md index d737cab..148e3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # function-gpt +## 1.1.0 + +### Minor Changes + +- d67864d: support object fields that are array of primitives + ## 1.0.6 ### Patch Changes diff --git a/package.json b/package.json index 76d16b3..9412a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function-gpt", - "version": "1.0.6", + "version": "1.1.0", "description": "A library to simplify the handling of function calling in OpenAI's ChatGPT API.", "author": "atinylittleshell ", "license": "MIT",