diff --git a/.changeset/itchy-terms-peel.md b/.changeset/itchy-terms-peel.md deleted file mode 100644 index 14ab4c27e..000000000 --- a/.changeset/itchy-terms-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/api': minor ---- - -Use fetch and a custom EventSource parsing to support node/browser/worker for streaming operations diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7b7ea0d65..67387a0a2 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.33.0 + +### Minor Changes + +- 17099cf: Use fetch and a custom EventSource parsing to support node/browser/worker for streaming operations + ## 0.32.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 8e037c91f..4d48db8cd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -4,7 +4,7 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "version": "0.32.0", + "version": "0.33.0", "sideEffects": false, "files": [ "README.md",