diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2c7d60a..6e89ebacd 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.8.3](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.8.2...v3.8.3) (2022-12-01) + + +### Bug Fixes + +* adds a test for SA ([2fdbca6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/2fdbca6cfaad767cf19e68306e354f6c34cbbc36)) + ## [3.8.2](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.8.1...v3.8.2) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 211dbfe73..35ded7d23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.2", + "version": "3.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.2", + "version": "3.8.3", "license": "MIT", "dependencies": { "@scaleleap/amazon-marketplaces": "^17.1.0", diff --git a/package.json b/package.json index 89cb077fd..32bfa1a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.2", + "version": "3.8.3", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",