diff --git a/.changeset/support_camel_case_formatting_in_hbs.md b/.changeset/support_camel_case_formatting_in_hbs.md deleted file mode 100644 index 34ec9458..00000000 --- a/.changeset/support_camel_case_formatting_in_hbs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Add `camelCase` formatting to `hbs` files. \ No newline at end of file diff --git a/.changeset/weak-cameras-fold.md b/.changeset/weak-cameras-fold.md deleted file mode 100644 index 8c331b56..00000000 --- a/.changeset/weak-cameras-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fix bug with regex's that have / in them diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 96d34984..cd4fee88 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,13 @@ # openapi-zod-client +## 1.10.3 + +### Patch Changes + +- [#202](https://github.com/astahmer/openapi-zod-client/pull/202) [`f18e3ea`](https://github.com/astahmer/openapi-zod-client/commit/f18e3ea6b8f9606e9b505fcaf4fb311c81ce8a42) Thanks [@PeterMK85](https://github.com/PeterMK85)! - Add `camelCase` formatting to `hbs` files. + +- [#197](https://github.com/astahmer/openapi-zod-client/pull/197) [`bd6e958`](https://github.com/astahmer/openapi-zod-client/commit/bd6e958337cd1085e2bc9eb122a0147d02937135) Thanks [@mjperrone](https://github.com/mjperrone)! - Fix bug with regex's that have / in them + ## 1.10.2 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index b5f8feb2..539d167b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.10.2", + "version": "1.10.3", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"