Skip to content

Commit

Permalink
Merge pull request #19 from withshepherd/release-v1.6.0
Browse files Browse the repository at this point in the history
chore: release 1.6.0
  • Loading branch information
mmahalwy committed Oct 12, 2021
2 parents dd7f6c3 + 1fcb2aa commit c8a46fc
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.6.0](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.5.0...v1.6.0) (2021-10-12)


### Features

* bump ([dd7f6c3](https://www.github.com/withshepherd/graphql-codegen-zod/commit/dd7f6c3552bb0d3234445429dc496212dfff2d53))

## [1.5.0](https://www.github.com/withshepherd/graphql-codegen-zod/compare/v1.4.1...v1.5.0) (2021-10-12)


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.5.0",
"version": "1.6.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 c8a46fc

Please sign in to comment.