From e877d0ac39047e3b33a0ad6630efb7e5e4746491 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Mon, 6 Sep 2021 02:48:24 +0000 Subject: [PATCH] chore(release): 3.1.22 [skip ci] ## [3.1.22](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.21...v3.1.22) (2021-09-06) ### Bug Fixes * **deps:** update dependency axios to v0.21.3 ([1c10419](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/1c10419b869d0fce39f28c119bae3c227ca88e7d)) --- 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 9ff452d96..320ab3e91 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.1.22](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.21...v3.1.22) (2021-09-06) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.21.3 ([1c10419](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/1c10419b869d0fce39f28c119bae3c227ca88e7d)) + ## [3.1.21](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.20...v3.1.21) (2021-07-30) diff --git a/package-lock.json b/package-lock.json index f6b8fcbd4..523a1b13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.1.21", + "version": "3.1.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97352cd3e..6267cff27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.1.21", + "version": "3.1.22", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",