From e98f852e2435eb0b6a6b80561d125a38e3376412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 14:27:53 +0000 Subject: [PATCH] chore(release): 0.6.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dda17..574d285 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.4](https://github.com/GraphtonLib/Graphton/compare/v0.6.3...v0.6.4) (2022-01-23) + + +### Features + +* Adds errors response as promise rejection ([8c1296d](https://github.com/GraphtonLib/Graphton/commit/8c1296d5eca9b283cf2a8bcdcc8685e961fbeb41)) + ### [0.6.3](https://github.com/GraphtonLib/Graphton/compare/v0.6.2...v0.6.3) (2022-01-15) diff --git a/package.json b/package.json index 72109ba..728a8d1 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.3", + "version": "0.6.4", "repository": { "type": "git", "url": "https://github.com/GraphtonLib/Graphton.git"