Skip to content

Commit

Permalink
chore(release): pull hotfix-release/1.6.3 into main (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Mihir Bhalala <77438541+mihir-4116@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 1d3fac7 commit 08929ed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.6.3](https://github.com/rudderlabs/rudder-config-schema/compare/1.6.2...1.6.3) (2023-02-07)


### Bug Fixes

* googleads dynamicRemarketing flag changes ([#367](https://github.com/rudderlabs/rudder-config-schema/issues/367)) ([e214d1e](https://github.com/rudderlabs/rudder-config-schema/commit/e214d1ecde7de648a4f244890133dedd7e747e06))

### [1.6.2](https://github.com/rudderlabs/rudder-config-schema/compare/1.6.1...1.6.2) (2023-02-07)


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.6.2",
"version": "1.6.3",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
3 changes: 3 additions & 0 deletions src/configurations/destinations/googleads/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"whitelistedEvents",
"oneTrustCookieCategories",
"eventFilteringOption",
"dynamicRemarketing",
"trackConversions",
"enableConversionEventsFiltering",
"eventsToTrackConversions",
Expand All @@ -36,6 +37,7 @@
"defaultPageConversion",
"sendPageView",
"conversionLinker",
"dynamicRemarketing",
"trackConversions",
"enableConversionEventsFiltering",
"eventsToTrackConversions",
Expand All @@ -49,6 +51,7 @@
],
"web": [
"useNativeSDK",
"dynamicRemarketing",
"oneTrustCookieCategories"
]
},
Expand Down

0 comments on commit 08929ed

Please sign in to comment.