From 2c198bb444c672428205f20c072dabb0259e7dbc Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Wed, 20 Jul 2022 09:43:18 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] # [3.5.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.4.8...v3.5.0) (2022-07-20) ### Features * adds test account operation ([#960](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/960)) ([cd0d842](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/cd0d842b6fe06a537856ab9d5239680c9db6761a)) --- 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 e4195c3ff..e2e1ee6b5 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.5.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.4.8...v3.5.0) (2022-07-20) + + +### Features + +* adds test account operation ([#960](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/960)) ([cd0d842](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/cd0d842b6fe06a537856ab9d5239680c9db6761a)) + ## [3.4.8](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.4.7...v3.4.8) (2022-07-19) diff --git a/package-lock.json b/package-lock.json index 43431ca9f..a7deca9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.4.8", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.4.8", + "version": "3.5.0", "license": "MIT", "dependencies": { "@scaleleap/amazon-marketplaces": "15.0.0", diff --git a/package.json b/package.json index aa63b2e4e..b08abdafe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.4.8", + "version": "3.5.0", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",