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 0fb119a commit c1aebcfCopy full SHA for c1aebcf
.changeset/quiet-llamas-worry.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
2
3
+## 1.22.0
4
+
5
+### Minor Changes
6
7
+- [`2e9ebad`](https://github.com/Urigo/graphql-scalars/commit/2e9ebad9dfcc578a37d8a5858d75053b7124a666)
8
+ Thanks [@ardatan](https://github.com/ardatan)! - New `LocalDateTimeString` scalar
9
10
## 1.21.3
11
12
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
- "version": "1.21.3",
+ "version": "1.22.0",
"type": "module",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
0 commit comments