Skip to content

Commit

Permalink
Upcoming Release Changes (#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 3, 2024
1 parent b353cec commit 3a5046a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-wolves-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-steaks-melt.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 5.1.0

### Minor Changes

- [#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

- add support of `*.mjs` configs

### Patch Changes

- [#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

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-config",
"version": "5.0.3",
"version": "5.1.0",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"sideEffects": false,
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 3a5046a

Please sign in to comment.