diff --git a/.changeset/two-days-nail.md b/.changeset/two-days-nail.md deleted file mode 100644 index bd85dd7..0000000 --- a/.changeset/two-days-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Fix typo causing complex string parsing to fail on subsequent runs. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d91b6c..d00a34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphql.web +## 1.0.8 + +### Patch Changes + +- ⚠️ Fix typo causing complex string parsing to fail on subsequent runs + Submitted by [@kitten](https://github.com/kitten) (See [#31](https://github.com/0no-co/graphql.web/pull/31)) + ## 1.0.7 ### Patch Changes diff --git a/jsr.json b/jsr.json index 1f00ebc..7ab8607 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@0no-co/graphql-web", - "version": "1.0.7", + "version": "1.0.8", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index 9c425cf..bff7aa8 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": "1.0.7", + "version": "1.0.8", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",