Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2022
1 parent 7b532fa commit 195d962
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 195d962

Please sign in to comment.