diff --git a/.changeset/shy-rocks-fix.md b/.changeset/shy-rocks-fix.md deleted file mode 100644 index 70ec1d87..00000000 --- a/.changeset/shy-rocks-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": minor ---- - -Add `withDocs` option and `--with-docs` flag that adds JSDoc to generated code diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 0a6cf0be..ffcd2302 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.18.0 + +### Minor Changes + +- [#275](https://github.com/astahmer/openapi-zod-client/pull/275) [`ed50076`](https://github.com/astahmer/openapi-zod-client/commit/ed500762c6998fb2976e8ad43a88a3a09d928f2c) Thanks [@senecolas](https://github.com/senecolas)! - Add `withDocs` option and `--with-docs` flag that adds JSDoc to generated code + ## 1.17.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index d75a1e31..1f981cfb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.17.0", + "version": "1.18.0", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"