Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2021
1 parent 2440065 commit f1b2302
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.4.0](https://github.com/GraphtonLib/Graphton/compare/v0.3.0...v0.4.0) (2021-12-16)


### ⚠ BREAKING CHANGES

* ID scalars are now parsed as String

### Bug Fixes

* Parse GraphQL ID scalar to String instead of Int, following GraphQL spec ([2440065](https://github.com/GraphtonLib/Graphton/commit/2440065f3fd7d5f3d484e45472d60bc79acd3776))

## [0.3.0](https://github.com/GraphtonLib/Graphton/compare/v0.2.5...v0.3.0) (2021-12-14)


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.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/GraphtonLib/Graphton.git"
Expand Down

0 comments on commit f1b2302

Please sign in to comment.