diff --git a/.changeset/dirty-geckos-crash.md b/.changeset/dirty-geckos-crash.md deleted file mode 100644 index 274093fe0..000000000 --- a/.changeset/dirty-geckos-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': patch ---- - -Fix wrong scalar name in the scalar configuration diff --git a/CHANGELOG.md b/CHANGELOG.md index 4844f2fde..2b6ea1950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.21.2 + +### Patch Changes + +- [`7b3811d`](https://github.com/Urigo/graphql-scalars/commit/7b3811d50a507573e5b16d1e14c6d203cee1c8d4) + Thanks [@ardatan](https://github.com/ardatan)! - Fix wrong scalar name in the scalar configuration + ## 1.21.1 ### Patch Changes diff --git a/package.json b/package.json index 4c9f3c353..4e9dfbb1e 100644 --- a/package.json +++ b/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": {