diff --git a/.changeset/warm-pets-yell.md b/.changeset/warm-pets-yell.md deleted file mode 100644 index d86d35bbb..000000000 --- a/.changeset/warm-pets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': patch ---- - -Parse BigInt as Number s if they are safe and BigInt is not serializable diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2db0043..7d0729479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.22.3 + +### Patch Changes + +- [`9029d0a`](https://github.com/Urigo/graphql-scalars/commit/9029d0a28b81ad13d9dc3533860a2987f7ae6c43) + Thanks [@ardatan](https://github.com/ardatan)! - Parse BigInt as Number s if they are safe and + BigInt is not serializable + ## 1.22.2 ### Patch Changes diff --git a/package.json b/package.json index 1003dc198..e218fef43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-scalars", - "version": "1.22.2", + "version": "1.22.3", "type": "module", "description": "A collection of scalar types not included in base GraphQL.", "repository": {