diff --git a/.changeset/flat-cats-invite.md b/.changeset/flat-cats-invite.md deleted file mode 100644 index b25e5e30f..000000000 --- a/.changeset/flat-cats-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': patch ---- - -Throw located GraphQLErrors instead of TypeError diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe8e0cb5..5f44d1ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.20.1 + +### Patch Changes + +- [#1764](https://github.com/Urigo/graphql-scalars/pull/1764) + [`41551b8`](https://github.com/Urigo/graphql-scalars/commit/41551b8a1cfa616fefe2b67dbaea91d5ca76eeac) Thanks + [@ardatan](https://github.com/ardatan)! - Throw located GraphQLErrors instead of TypeError + ## 1.20.0 ### Minor Changes diff --git a/package.json b/package.json index bca4056da..745238248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-scalars", - "version": "1.20.0", + "version": "1.20.1", "description": "A collection of scalar types not included in base GraphQL.", "repository": { "type": "git",