diff --git a/.changeset/quiet-llamas-worry.md b/.changeset/quiet-llamas-worry.md deleted file mode 100644 index 2621838ec..000000000 --- a/.changeset/quiet-llamas-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': minor ---- - -New `LocalDateTimeString` scalar diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b8be5a4..99c6768b9 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.0 + +### Minor Changes + +- [`2e9ebad`](https://github.com/Urigo/graphql-scalars/commit/2e9ebad9dfcc578a37d8a5858d75053b7124a666) + Thanks [@ardatan](https://github.com/ardatan)! - New `LocalDateTimeString` scalar + ## 1.21.3 ### Patch Changes diff --git a/package.json b/package.json index 813859063..5ed67b972 100644 --- a/package.json +++ b/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": {