From 9624b138944e9a96ea9b0cc0358479cc2694a899 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 22 Jul 2024 12:14:28 +0000 Subject: [PATCH] chore(release): 1.83.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c499c3a..43f7649e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.83.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.82.1...v1.83.0) (2024-07-22) + + +### Features + +* added syncFilesReport in options for s3 source ([#1550](https://github.com/rudderlabs/rudder-config-schema/issues/1550)) ([ed432b0](https://github.com/rudderlabs/rudder-config-schema/commit/ed432b0c2d86098d441783c7ecfa3e935e5ba165)) +* braze source event mapping ([#1560](https://github.com/rudderlabs/rudder-config-schema/issues/1560)) ([339a898](https://github.com/rudderlabs/rudder-config-schema/commit/339a8986fe0ddcb079a14e89424a13f4bc87747e)) +* onboard cordial destination ([#1558](https://github.com/rudderlabs/rudder-config-schema/issues/1558)) ([e9f2b33](https://github.com/rudderlabs/rudder-config-schema/commit/e9f2b33dc79e575413ae1b55cf096b9db580d59c)) +* onboard zoho ([#1528](https://github.com/rudderlabs/rudder-config-schema/issues/1528)) ([e9ea507](https://github.com/rudderlabs/rudder-config-schema/commit/e9ea507e80ef778d5592409c8aeea6d57365ee29)) +* onboarded XPixel Integration ([#1545](https://github.com/rudderlabs/rudder-config-schema/issues/1545)) ([a2f297c](https://github.com/rudderlabs/rudder-config-schema/commit/a2f297c0562f1daa38a1d022354b2c8d7244a36d)) +* use autoComplete in ga4v2 ([#1557](https://github.com/rudderlabs/rudder-config-schema/issues/1557)) ([0e1320d](https://github.com/rudderlabs/rudder-config-schema/commit/0e1320d17592738a44b7f755f845c40181a2d758)) + + +### Bug Fixes + +* typo for rudder ([#1551](https://github.com/rudderlabs/rudder-config-schema/issues/1551)) ([4b6e5e7](https://github.com/rudderlabs/rudder-config-schema/commit/4b6e5e74568876dde0a918cd2811ef3e95daa3b1)) + ### [1.82.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.82.0...v1.82.1) (2024-07-22) diff --git a/package-lock.json b/package-lock.json index b09f4c5ee..97d707e72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.82.1", + "version": "1.83.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.82.1", + "version": "1.83.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 94ec7e97f..948f3610e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.82.1", + "version": "1.83.0", "description": "", "main": "src/index.ts", "private": true,