Skip to content

Commit

Permalink
Merge pull request #34 from withshepherd/release-v1.10.6
Browse files Browse the repository at this point in the history
chore: release 1.10.6
  • Loading branch information
mmahalwy committed Nov 8, 2021
2 parents c6daee6 + 74753c0 commit 25416f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.10.6](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.10.5...v1.10.6) (2021-11-08)


### Bug Fixes

* allow types to be used ([c6daee6](https://www.github.com/withshepherd/graphql-codegen-zod/commit/c6daee6d29b76fe5784a0e23536f782fc0106935))

### [1.10.5](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.10.4...v1.10.5) (2021-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-zod",
"version": "1.10.5",
"version": "1.10.6",
"description": "Its a library to parse from Graphql Schema to a Zod Schema",
"scripts": {
"test": "rm -rf dist/ && tsc && graphql-codegen",
Expand Down

0 comments on commit 25416f4

Please sign in to comment.