diff --git a/.changeset/cool-onions-beg.md b/.changeset/cool-onions-beg.md deleted file mode 100644 index c8c3cd158..000000000 --- a/.changeset/cool-onions-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': minor ---- - -add GeoJSON scalar diff --git a/.changeset/healthy-needles-tease.md b/.changeset/healthy-needles-tease.md deleted file mode 100644 index 97c53548f..000000000 --- a/.changeset/healthy-needles-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': minor ---- - -Add \`CountryName\` scalar diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae6dd4f1..c35431206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.24.0 + +### Minor Changes + +- [`e5a3910`](https://github.com/Urigo/graphql-scalars/commit/e5a39101db92e9c3066d0045a4bf4e040e56c447) + Thanks [@ifeanyi-ugwu](https://github.com/ifeanyi-ugwu)! - add GeoJSON scalar + +- [`e5a3910`](https://github.com/Urigo/graphql-scalars/commit/e5a39101db92e9c3066d0045a4bf4e040e56c447) + Thanks [@ifeanyi-ugwu](https://github.com/ifeanyi-ugwu)! - Add \`CountryName\` scalar + ## 1.23.0 ### Minor Changes diff --git a/package.json b/package.json index bac1716e9..1a6a3f0dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-scalars", - "version": "1.23.0", + "version": "1.24.0", "type": "module", "description": "A collection of scalar types not included in base GraphQL.", "repository": {