Skip to content

Commit dc44e73

Browse files
Upcoming Release Changes (#1413)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 69afec4 commit dc44e73

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/wicked-pots-clap.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 5.0.3
4+
5+
### Patch Changes
6+
7+
- [#1406](https://github.com/kamilkisiela/graphql-config/pull/1406) [`69afec4`](https://github.com/kamilkisiela/graphql-config/commit/69afec4bbabcee453c14737257c43f8b1919f532) Thanks [@B2o5T](https://github.com/B2o5T)! - fix `SchemaPointer` type, allow both URLs with headers and local type definitions
8+
39
## 5.0.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-config",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
55
"sideEffects": false,
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)