diff --git a/CHANGELOG.md b/CHANGELOG.md index 9277b20..ba620d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.5](https://github.com/GraphtonLib/Graphton/compare/v1.0.4...v1.0.5) (2022-08-03) + ### [1.0.3](https://github.com/GraphtonLib/Graphton/compare/v1.0.2...v1.0.3) (2022-08-02) ### Bug Fixes diff --git a/package.json b/package.json index c279396..ddcf515 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": "1.0.4", + "version": "1.0.5", "repository": { "type": "git", "url": "https://github.com/GraphtonLib/Graphton.git"