Skip to content

Commit

Permalink
Merge pull request #27 from withshepherd/release-v1.10.0
Browse files Browse the repository at this point in the history
chore: release 1.10.0
  • Loading branch information
mmahalwy authored Oct 26, 2021
2 parents d7b7069 + cf183db commit b8f03c4
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.0](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.9.0...v1.10.0) (2021-10-25)


### Features

* allow importing types ([ba2c591](https://www.github.com/withshepherd/graphql-codegen-zod/commit/ba2c59166753b8cdbed20071eb0750de7c710f74))

## [1.9.0](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.8.0...v1.9.0) (2021-10-22)


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.9.0",
"version": "1.10.0",
"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 b8f03c4

Please sign in to comment.