Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-doors-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pugs-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-hats-remain.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/graphqlsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @0no-co/graphqlsp

## 1.13.0

### Minor Changes

- Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#362](https://github.com/0no-co/GraphQLSP/pull/362))
- Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#370](https://github.com/0no-co/GraphQLSP/pull/370))

### Patch Changes

- Recursively create directories if the target does not exist
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#364](https://github.com/0no-co/GraphQLSP/pull/364))

## 1.12.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0no-co/graphqlsp",
"version": "1.12.16",
"version": "1.13.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
Expand Down