diff --git a/.changeset/early-rocks-destroy.md b/.changeset/early-rocks-destroy.md deleted file mode 100644 index c575a46c8..000000000 --- a/.changeset/early-rocks-destroy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@guardian/consent-management-platform': minor ---- - -- Adding the includeGppApi param to the sourcepoint config for CCPA. -- Updating type to include includeGppApi for the window object. -- Refactoring stub.ts to load both \_\_uspapi and \_\_gpp stub for CCPA but only load \_\_uspapi for AUS. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f99eb039..1e9a729fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @guardian/consent-management-platform +## 13.8.0 + +### Minor Changes + +- 60b7d15: - Adding the includeGppApi param to the sourcepoint config for CCPA. + - Updating type to include includeGppApi for the window object. + - Refactoring stub.ts to load both \_\_uspapi and \_\_gpp stub for CCPA but only load \_\_uspapi for AUS. + ## 13.7.3 ### Patch Changes diff --git a/package.json b/package.json index da1f0b08a..2004b3b6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/consent-management-platform", - "version": "13.7.3", + "version": "13.8.0", "description": "Consent management for *.theguardian.com.", "homepage": "https://github.com/guardian/consent-management-platform.git", "repository": "https://github.com/guardian/consent-management-platform.git",