···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Fix support for default exported graphql() invocations
-5
.changeset/puny-ghosts-clap.md
···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently.
+12
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.14.0
44+55+### Minor Changes
66+77+- Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
88+ Submitted by [@kitten](https://github.com/kitten) (See [#351](https://github.com/0no-co/GraphQLSP/pull/351))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix support for default exported graphql() invocations
1313+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#372](https://github.com/0no-co/GraphQLSP/pull/372))
1414+315## 1.13.0
416517### Minor Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.13.0",
33+ "version": "1.14.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",