diff --git a/.changeset/selfish-bugs-tie.md b/.changeset/selfish-bugs-tie.md deleted file mode 100644 index 97d8ba8..0000000 --- a/.changeset/selfish-bugs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zod-to-openai-tool": patch ---- - -Bump the development-dependencies group across 1 directory with 3 updates diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8a539..83fd8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # zod-to-openai-tool +## 0.13.2 + +### Patch Changes + +- a502283: Bump the development-dependencies group across 1 directory with 3 updates + ## 0.13.1 ### Patch Changes diff --git a/package.json b/package.json index 82e8da2..21cda92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-to-openai-tool", - "version": "0.13.1", + "version": "0.13.2", "description": "Easily create tools from zod schemas to use with OpenAI Assistants and Chat Completions", "repository": "https://github.com/alvesvaren/zod-to-openai-tool", "type": "module",