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 7b3811d commit ec8320dCopy full SHA for ec8320d
.changeset/dirty-geckos-crash.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
2
3
+## 1.21.2
4
+
5
+### Patch Changes
6
7
+- [`7b3811d`](https://github.com/Urigo/graphql-scalars/commit/7b3811d50a507573e5b16d1e14c6d203cee1c8d4)
8
+ Thanks [@ardatan](https://github.com/ardatan)! - Fix wrong scalar name in the scalar configuration
9
10
## 1.21.1
11
12
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
- "version": "1.21.1",
+ "version": "1.21.2",
"type": "module",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
0 commit comments