From ddf102a0bae54397a02438a8ad79ace874cdf9f2 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Mon, 7 Feb 2022 10:06:02 +0000 Subject: [PATCH] chore(release): 3.3.6 [skip ci] ## [3.3.6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.3.5...v3.3.6) (2022-02-07) ### Bug Fixes * SponsoredDisplaySnapshotOperation url fix ([#920](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/920)) ([fe8bd00](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/fe8bd00d1ffc5f223cc54b3d7951c86f0a8dc20b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7acfea15..88a703c5f 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.3.6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.3.5...v3.3.6) (2022-02-07) + + +### Bug Fixes + +* SponsoredDisplaySnapshotOperation url fix ([#920](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/920)) ([fe8bd00](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/fe8bd00d1ffc5f223cc54b3d7951c86f0a8dc20b)) + ## [3.3.5](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.3.4...v3.3.5) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index 89e19063b..f40002125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.3.5", + "version": "3.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63ab96827..924631f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.3.5", + "version": "3.3.6", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",