diff --git a/.changeset/tired-berries-sleep.md b/.changeset/tired-berries-sleep.md deleted file mode 100644 index 96330611b..000000000 --- a/.changeset/tired-berries-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-googleanalytics': patch ---- - -Update summary to better configure integration diff --git a/integrations/googleanalytics/CHANGELOG.md b/integrations/googleanalytics/CHANGELOG.md index d2827069a..cc5d359de 100644 --- a/integrations/googleanalytics/CHANGELOG.md +++ b/integrations/googleanalytics/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-googleanalytics +## 0.7.1 + +### Patch Changes + +- 318e0a0: Update summary to better configure integration + ## 0.7.0 ### Minor Changes diff --git a/integrations/googleanalytics/package.json b/integrations/googleanalytics/package.json index 4da1d5816..4d94dfaa5 100644 --- a/integrations/googleanalytics/package.json +++ b/integrations/googleanalytics/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-googleanalytics", - "version": "0.7.0", + "version": "0.7.1", "private": true, "dependencies": { "@gitbook/api": "*",