Skip to content

Commit 3a5046a

Browse files
Upcoming Release Changes (#1472)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b353cec commit 3a5046a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/light-wolves-happen.md

-7
This file was deleted.

.changeset/seven-steaks-melt.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1459](https://github.com/kamilkisiela/graphql-config/pull/1459) [`5eca929`](https://github.com/kamilkisiela/graphql-config/commit/5eca92966fece546d39db39e647158a1081cee46) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - fix loading esm js config
8+
9+
- add support of `*.mjs` configs
10+
11+
### Patch Changes
12+
13+
- [#1418](https://github.com/kamilkisiela/graphql-config/pull/1418) [`658f984`](https://github.com/kamilkisiela/graphql-config/commit/658f98427d620a9cb8ca6c18e415b75b087794b8) Thanks [@dimaMachina](https://github.com/dimaMachina)! - should not throw `pattern is too long` from minimatch dependency when SDL schema contain more than 65536 characters
14+
315
## 5.0.3
416

517
### 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.3",
3+
"version": "5.1.0",
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)