Skip to content

Commit af2652c

Browse files
Version Packages (#60)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85c8743 commit af2652c

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.changeset/gold-apricots-report.md

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

.changeset/mighty-frogs-push.md

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

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- Add support for executable definitions as defined in https://github.com/graphql/graphql-spec/pull/1170
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#59](https://github.com/0no-co/graphql.web/pull/59))
9+
10+
### Patch Changes
11+
12+
- Handle trailing comment ending in EOF (end of input)
13+
Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/graphql.web/pull/62))
14+
315
## 1.1.2
416

517
### Patch Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@0no-co/graphql-web",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@0no-co/graphql.web",
33
"description": "A spec-compliant client-side GraphQL implementation",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"author": "0no.co <[email protected]>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)