diff --git a/.changeset/great-seahorses-switch.md b/.changeset/great-seahorses-switch.md deleted file mode 100644 index 6a76345f1..000000000 --- a/.changeset/great-seahorses-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': patch ---- - -Serialize bigints as numbers if possible diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf7ce521..2f2db0043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.22.2 + +### Patch Changes + +- [`b6d930f`](https://github.com/Urigo/graphql-scalars/commit/b6d930fd31f8ad8b4aa2532f4e25d5b15fcadd4a) + Thanks [@ardatan](https://github.com/ardatan)! - Serialize bigints as numbers if possible + ## 1.22.1 ### Patch Changes diff --git a/package.json b/package.json index a4fe49f9b..55a077d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-scalars", - "version": "1.22.1", + "version": "1.22.2", "type": "module", "description": "A collection of scalar types not included in base GraphQL.", "repository": {