diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b70f1d..bdad017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.6.7](https://github.com/GraphtonLib/Graphton/compare/v0.6.6...v0.6.7) (2022-07-09) + + +### Bug Fixes + +* Bug where enum was ignored in return type builders ([31507e2](https://github.com/GraphtonLib/Graphton/commit/31507e2b98f15a35a9abfabacb4e12cd7aaade79)) + ### [0.6.6](https://github.com/GraphtonLib/Graphton/compare/v0.6.5...v0.6.6) (2022-05-01) ### [0.6.5](https://github.com/GraphtonLib/Graphton/compare/v0.6.4...v0.6.5) (2022-05-01) diff --git a/package.json b/package.json index c07b6c9..d475e56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@graphtonlib/graphton", "description": "Generate a JS/TS query builder library from an (external) GraphQL introspection schema.", - "version": "0.6.6", + "version": "0.6.7", "repository": { "type": "git", "url": "https://github.com/GraphtonLib/Graphton.git"