From d311843ac2490c53b76988b224f02373b325da1a Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Thu, 30 Apr 2020 14:19:05 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] # [1.21.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.20.0...v1.21.0) (2020-04-30) ### Features * Fix circular references in index.ts ([285f436](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/285f436b984b15f012e8def49da79cba1ac90f18)) --- 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 d0cc44228..5b5790dc5 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. +# [1.21.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.20.0...v1.21.0) (2020-04-30) + + +### Features + +* Fix circular references in index.ts ([285f436](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/285f436b984b15f012e8def49da79cba1ac90f18)) + # [1.20.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.19.0...v1.20.0) (2020-04-28) diff --git a/package-lock.json b/package-lock.json index 87739f8c7..723e1284d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.20.0", + "version": "1.21.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ec8bcb97..a4ecf12dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.20.0", + "version": "1.21.0", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",