Skip to content

Commit 18c877c

Browse files
Version Packages (#208)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f1e6fd8 commit 18c877c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/big-masks-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphqlsp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @0no-co/graphqlsp
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- ⚠️ Fix case for call-expression where index would go out of bounds due to fragments being external to the document. In tagged-templates we resolve this by adding it in to the original text
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#207](https://github.com/0no-co/GraphQLSP/pull/207))
9+
310
## 1.3.0
411

512
### Minor Changes

packages/graphqlsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0no-co/graphqlsp",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55
"main": "./dist/graphqlsp.js",
66
"module": "./dist/graphqlsp.module.js",

0 commit comments

Comments
 (0)