From 195d9628a64bea2b74b5739690a703608f8cb4cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 01:47:44 +0000 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a95988..dff8c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.7.0](https://github.com/GraphtonLib/Graphton/compare/v0.6.10...v0.7.0) (2022-07-10) + + +### ⚠ BREAKING CHANGES + +* Use GraphtonSettings.headers and GraphtonSettings.graphqlEndpoint instead of GraphtonSettings.setDefaultHeaders and GraphtonSettings.setDefaultUrl +* GraphtonSettings now uses static properties instead of a floating const + +### Bug Fixes + +* GraphtonSettings now uses static properties instead of a floating const ([7b532fa](https://github.com/GraphtonLib/Graphton/commit/7b532fa5f2a3f5f800090507a0c1d83fd7e19897)) +* GraphtonSettings now uses static properties instead of a floating const ([30787dd](https://github.com/GraphtonLib/Graphton/commit/30787dd484651a83d6c5f13d9162242a54974855)) + ### [0.6.10](https://github.com/GraphtonLib/Graphton/compare/v0.6.9...v0.6.10) (2022-07-10) ### [0.6.9](https://github.com/GraphtonLib/Graphton/compare/v0.6.8...v0.6.9) (2022-07-09) diff --git a/package.json b/package.json index 5b9f0a3..e7b4eba 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.10", + "version": "0.7.0", "repository": { "type": "git", "url": "https://github.com/GraphtonLib/Graphton.git"