From 927490b4796152e6650311d966d6168544b0435a Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Fri, 2 Sep 2022 11:09:08 +0000 Subject: [PATCH] chore(release): 3.7.0 [skip ci] # [3.7.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.1...v3.7.0) (2022-09-02) ### Features * enables passing of extra headers to HTTP client ([#978](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/978)) ([92a48f6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/92a48f65c7d15ff44857301bc95d5cd1e8a87b5d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d67e1a59..c064c3208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.7.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.1...v3.7.0) (2022-09-02) + + +### Features + +* enables passing of extra headers to HTTP client ([#978](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/978)) ([92a48f6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/92a48f65c7d15ff44857301bc95d5cd1e8a87b5d)) + ## [3.6.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.0...v3.6.1) (2022-08-02) diff --git a/package-lock.json b/package-lock.json index 441ee83f1..938ab779d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.1", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.1", + "version": "3.7.0", "license": "MIT", "dependencies": { "@scaleleap/amazon-marketplaces": "15.0.0", diff --git a/package.json b/package.json index 029293a9a..09d5c0131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.1", + "version": "3.7.0", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",