Skip to content

Commit

Permalink
Merge pull request #332 from rudderlabs/hotfix-release/1.4.1
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/1.4.1 into main
  • Loading branch information
krishna2020 authored Jan 24, 2023
2 parents b6b86cb + 40b62c8 commit 1770437
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 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.4.1 (2023-01-24)


### Bug Fixes

* move mp,zendesk,sfmc to processor ([7433e22](https://github.com/rudderlabs/rudder-config-schema/commit/7433e229c1426a7cd5d0aefc2fd94442170b9e45))

## 1.4.0 (2023-01-24)


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.4.0",
"version": "1.4.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/mp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "MP",
"displayName": "Mixpanel",
"config": {
"transformAt": "router",
"transformAtV1": "router",
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": [
"token",
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/sfmc/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "SFMC",
"displayName": "Salesforce Marketing Cloud",
"config": {
"transformAt": "router",
"transformAtV1": "router",
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": [],
"excludeKeys": [],
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/zendesk/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ZENDESK",
"displayName": "Zendesk",
"config": {
"transformAt": "router",
"transformAtV1": "router",
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": [],
"excludeKeys": [],
Expand Down

0 comments on commit 1770437

Please sign in to comment.