From a9cee3d5f429668ec39ad62210b1f25f7e9882ab Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:48:32 +0530 Subject: [PATCH] chore(release): pull hotfix-release/1.15.1 into main (#462) Co-authored-by: nidhilashkari17 <108564211+nidhilashkari17@users.noreply.github.com> Co-authored-by: GitHub Actions --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- src/configurations/sources/singer_hubspot/db-config.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b38a755b..be10061e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.15.1](https://github.com/rudderlabs/rudder-config-schema/compare/1.15.0...1.15.1) (2023-03-20) + ## [1.15.0](https://github.com/rudderlabs/rudder-config-schema/compare/1.14.0...1.15.0) (2023-03-14) diff --git a/package-lock.json b/package-lock.json index f40d91fb7..9393d43e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "dependencies": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index f9a851e16..5e5ce511b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.15.0", + "version": "1.15.1", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/sources/singer_hubspot/db-config.json b/src/configurations/sources/singer_hubspot/db-config.json index ea88f13e9..8f8669d15 100644 --- a/src/configurations/sources/singer_hubspot/db-config.json +++ b/src/configurations/sources/singer_hubspot/db-config.json @@ -7,7 +7,7 @@ "oauthRole": "hubspot" }, "digest": "sha256:4e4d43d688a81ce3e166b5d7c20c0050101c43f8b50187e0da8d63a37e2b412b", - "image": "rudderstack/source-hubspot:v4.0.5", + "image": "rudderstack/source-hubspot:v5.3.5", "isBeta": false } }