diff --git a/.changeset/little-monkeys-build.md b/.changeset/little-monkeys-build.md deleted file mode 100644 index 1c5e6ba29..000000000 --- a/.changeset/little-monkeys-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -Add workaround for default import of typescript config loader to fix ESM support diff --git a/CHANGELOG.md b/CHANGELOG.md index 776862e4e..45cfe32cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 4.3.1 + +### Patch Changes + +- 44eec8d: Add workaround for default import of typescript config loader to fix ESM support + ## 4.3.0 ### Minor Changes diff --git a/package.json b/package.json index 986c77386..624469fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "4.3.0", + "version": "4.3.1", "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", "sideEffects": false, "main": "dist/index.js",