Skip to content

Commit

Permalink
Merge pull request #300 from rudderlabs/hotfix-release/1.3.6
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/1.3.6 into main
  • Loading branch information
krishna2020 authored Jan 13, 2023
2 parents 4d06301 + cffefb0 commit 26a24f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.3.6 (2023-01-13)


### Bug Fixes

* reenable ga4 page call support for cloud mode ([#299](https://github.com/rudderlabs/rudder-config-schema/issues/299)) ([8bf3643](https://github.com/rudderlabs/rudder-config-schema/commit/8bf3643c4edd268a562f67f79f4a0b3ea22248d1))

### 1.3.5 (2023-01-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.3.5",
"version": "1.3.6",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/ga4/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cordova",
"warehouse"
],
"supportedMessageTypes": ["identify", "track", "group"],
"supportedMessageTypes": ["identify", "track", "group", "page"],
"destConfig": {
"defaultConfig": [
"apiSecret",
Expand Down Expand Up @@ -60,4 +60,4 @@
"secretKeys": ["apiSecret"]
},
"options": { "isBeta": true }
}
}

0 comments on commit 26a24f3

Please sign in to comment.