From 8ded64d9ad31409be10b7eda1f121f55798bef7a Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Tue, 2 Aug 2022 16:47:15 +0000 Subject: [PATCH] chore(release): 3.6.1 [skip ci] ## [3.6.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.0...v3.6.1) (2022-08-02) ### Bug Fixes * modified campaigns types file ([#974](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/974)) ([279d319](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/279d31952f36cb2cf4d5da1e6c31e6d23858b6eb)) --- 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 e2c64aa97..0d67e1a59 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.6.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.6.0...v3.6.1) (2022-08-02) + + +### Bug Fixes + +* modified campaigns types file ([#974](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/974)) ([279d319](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/279d31952f36cb2cf4d5da1e6c31e6d23858b6eb)) + # [3.6.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.5.0...v3.6.0) (2022-07-22) diff --git a/package-lock.json b/package-lock.json index 8ecd157fa..441ee83f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.0", + "version": "3.6.1", "license": "MIT", "dependencies": { "@scaleleap/amazon-marketplaces": "15.0.0", diff --git a/package.json b/package.json index 3c0012105..029293a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.6.0", + "version": "3.6.1", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",