Skip to content

Commit 45e307f

Browse files
Version Packages (#55)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9e95016 commit 45e307f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/nice-papayas-cover.md

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

CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Remove redundant loc setter/getter in favour of value to improve pre-warmup times
8+
Submitted by [@kitten](https://github.com/kitten) (See [#54](https://github.com/0no-co/graphql.web/pull/54))
9+
310
## 1.1.0
411

512
### Minor 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.0",
3+
"version": "1.1.1",
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.0",
4+
"version": "1.1.1",
55
"author": "0no.co <[email protected]>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)