···11----
22-"@0no-co/graphqlsp": patch
33----
44-55-fix case where the hover-information would target the wrong TypeScript node by one character
-5
.changeset/silent-gorillas-knock.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Update ESM build output to be written to a `.mjs` file extension rather than `.js`
+9
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.4.2
44+55+### Patch Changes
66+77+- ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character
88+ Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244))
99+- Update ESM build output to be written to a `.mjs` file extension rather than `.js`
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250))
1111+312## 1.4.1
413514### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.4.1",
33+ "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",