Skip to content

Commit cf62ab9

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

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/cold-llamas-grin.md

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

.changeset/fifty-carrots-serve.md

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

CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- ⚠️ Fix float pattern and int/float decision in value parsing
8+
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
9+
- Remove redundant code paths from `visit` and parser
10+
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
11+
312
## 0.1.5
413

514
### Patch Changes

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": "0.1.5",
4+
"version": "0.1.6",
55
"author": "0no.co <hi@0no.co>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)