diff --git a/.changeset/cold-llamas-grin.md b/.changeset/cold-llamas-grin.md deleted file mode 100644 index 6b0c4a2..0000000 --- a/.changeset/cold-llamas-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Fix float pattern and int/float decision in value parsing. diff --git a/.changeset/fifty-carrots-serve.md b/.changeset/fifty-carrots-serve.md deleted file mode 100644 index 20adba0..0000000 --- a/.changeset/fifty-carrots-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Remove redundant code paths from `visit` and parser. diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dc3f3..6aeac36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @0no-co/graphql.web +## 0.1.6 + +### Patch Changes + +- ⚠️ Fix float pattern and int/float decision in value parsing + Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8)) +- Remove redundant code paths from `visit` and parser + Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8)) + ## 0.1.5 ### Patch Changes diff --git a/package.json b/package.json index 7b18f6e..fdd15fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@0no-co/graphql.web", "description": "A spec-compliant client-side GraphQL implementation", - "version": "0.1.5", + "version": "0.1.6", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",