From 679b1e99b41189936c4f2c57ff76f11878035532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:05:16 +0000 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"