From c8821afbcae9bffbecd59ae5862f7d634da64cbd Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Thu, 1 Dec 2022 21:31:04 +0000 Subject: [PATCH] chore(release): 3.8.1 [skip ci] ## [3.8.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.8.0...v3.8.1) (2022-12-01) ### Bug Fixes * npm audit ([84c6776](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/84c677650e28e87416471ec87e44dee0baacf47f)) * use caret for `@scaleleap/amazon-marketplaces` ([7022925](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/70229257923d38c9c2369dfd4f4e44ca93e316b1)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dc7e756..638481620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.8.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.8.0...v3.8.1) (2022-12-01) + + +### Bug Fixes + +* npm audit ([84c6776](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/84c677650e28e87416471ec87e44dee0baacf47f)) +* use caret for `@scaleleap/amazon-marketplaces` ([7022925](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/70229257923d38c9c2369dfd4f4e44ca93e316b1)) + # [3.8.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.7.0...v3.8.0) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index de0d623d8..9d3f84741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.0", + "version": "3.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.0", + "version": "3.8.1", "license": "MIT", "dependencies": { "@scaleleap/amazon-marketplaces": "^15.0.0", diff --git a/package.json b/package.json index f8b06790a..939b37d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.8.0", + "version": "3.8.1", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",