diff --git a/.changeset/new-knives-thank.md b/.changeset/new-knives-thank.md deleted file mode 100644 index 8619c95..0000000 --- a/.changeset/new-knives-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'function-gpt': minor ---- - -support execute_only mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 148e3f7..dd4d352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # function-gpt +## 1.2.0 + +### Minor Changes + +- 5972072: support execute_only mode + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9412a18..dfaf8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function-gpt", - "version": "1.1.0", + "version": "1.2.0", "description": "A library to simplify the handling of function calling in OpenAI's ChatGPT API.", "author": "atinylittleshell ", "license": "MIT",