We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9029d0a commit 5b66cd5Copy full SHA for 5b66cd5
.changeset/warm-pets-yell.md
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
2
3
+## 1.22.3
4
+
5
+### Patch Changes
6
7
+- [`9029d0a`](https://github.com/Urigo/graphql-scalars/commit/9029d0a28b81ad13d9dc3533860a2987f7ae6c43)
8
+ Thanks [@ardatan](https://github.com/ardatan)! - Parse BigInt as Number s if they are safe and
9
+ BigInt is not serializable
10
11
## 1.22.2
12
13
### Patch Changes
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": {
0 commit comments