Skip to content

Commit e36434c

Browse files
Version Packages
1 parent 22632a5 commit e36434c

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/new-chairs-wonder.md

-5
This file was deleted.

.changeset/silent-gorillas-knock.md

-5
This file was deleted.

packages/graphqlsp/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @0no-co/graphqlsp
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character
8+
Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244))
9+
- Update ESM build output to be written to a `.mjs` file extension rather than `.js`
10+
Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250))
11+
312
## 1.4.1
413

514
### Patch Changes

packages/graphqlsp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0no-co/graphqlsp",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
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",

0 commit comments

Comments
 (0)