Skip to content

Commit

Permalink
Version Packages (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 29, 2024
1 parent 22632a5 commit 90d8b67
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-chairs-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-gorillas-knock.md

This file was deleted.

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

## 1.4.2

### Patch Changes

- ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character
Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244))
- Update ESM build output to be written to a `.mjs` file extension rather than `.js`
Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250))

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"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

0 comments on commit 90d8b67

Please sign in to comment.