Skip to content

Commit

Permalink
Merge pull request #29 from withshepherd/release-v1.10.1
Browse files Browse the repository at this point in the history
chore: release 1.10.1
  • Loading branch information
mmahalwy authored Oct 26, 2021
2 parents 0133b0f + c1eaa7d commit d94d7c6
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.1](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.10.0...v1.10.1) (2021-10-26)


### Bug Fixes

* types not working correctly ([0133b0f](https://www.github.com/withshepherd/graphql-codegen-zod/commit/0133b0f1d4dbede8677a4814581809a7f6aa8668))

## [1.10.0](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.9.0...v1.10.0) (2021-10-25)


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.0",
"version": "1.10.1",
"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 d94d7c6

Please sign in to comment.