diff --git a/.changeset/heavy-olives-divide.md b/.changeset/heavy-olives-divide.md deleted file mode 100644 index eebbb2860..000000000 --- a/.changeset/heavy-olives-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/api': patch ---- - -Improve error handling for streamed API operations. diff --git a/.changeset/many-plums-call.md b/.changeset/many-plums-call.md deleted file mode 100644 index 2810cc332..000000000 --- a/.changeset/many-plums-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-crisp': patch ---- - -Fix CSP format diff --git a/integrations/crisp/CHANGELOG.md b/integrations/crisp/CHANGELOG.md index e7cbe6c32..bc36a0c14 100644 --- a/integrations/crisp/CHANGELOG.md +++ b/integrations/crisp/CHANGELOG.md @@ -1,5 +1,13 @@ # @gitbook/integration-crisp +## 0.4.3 + +### Patch Changes + +- 827b288: Fix CSP format +- Updated dependencies [1950ba3] + - @gitbook/api@0.88.1 + ## 0.4.2 ### Patch Changes diff --git a/integrations/crisp/package.json b/integrations/crisp/package.json index 2a32d02c5..a080876dc 100644 --- a/integrations/crisp/package.json +++ b/integrations/crisp/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-crisp", - "version": "0.4.2", + "version": "0.4.3", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 23886b066..bdb6de03f 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.88.1 + +### Patch Changes + +- 1950ba3: Improve error handling for streamed API operations. + ## 0.88.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 59860b0b2..54a0d0d00 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.88.0", + "version": "0.88.1", "sideEffects": false, "files": [ "README.md",