Skip to content

Commit

Permalink
Merge pull request #31 from withshepherd/release-v1.10.3
Browse files Browse the repository at this point in the history
chore: release 1.10.3
  • Loading branch information
mmahalwy committed Oct 29, 2021
2 parents 06b3c90 + 32ec81a commit 015b065
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.3](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.10.2...v1.10.3) (2021-10-29)


### Bug Fixes

* nullable should be nullish ([06b3c90](https://www.github.com/withshepherd/graphql-codegen-zod/commit/06b3c90f6984dfb845095525381d9af63b7c0f61))

### [1.10.2](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.10.1...v1.10.2) (2021-10-26)


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.2",
"version": "1.10.3",
"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 015b065

Please sign in to comment.