From 3ed6534d386fd1dc7ea8d78a65098eb485a888cc Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Mon, 26 Oct 2020 04:35:42 +0000 Subject: [PATCH] chore(release): 1.9.11 [skip ci] ## [1.9.11](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.10...v1.9.11) (2020-10-26) ### Bug Fixes * runs mws publish step only if published a pkg ([b482850](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b482850abaf20487bb3d401a5d41b39c22c74fbc)) --- 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 33269364..5c3890c4 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.9.11](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.10...v1.9.11) (2020-10-26) + + +### Bug Fixes + +* runs mws publish step only if published a pkg ([b482850](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b482850abaf20487bb3d401a5d41b39c22c74fbc)) + ## [1.9.10](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.9...v1.9.10) (2020-10-23) diff --git a/package-lock.json b/package-lock.json index a26c0e06..33403883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-mws-api-sdk", - "version": "1.9.10", + "version": "1.9.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index badd0dce..1fe2fa11 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "type": "git", "url": "git@github.com:ScaleLeap/amazon-mws-api-sdk.git" }, - "version": "1.9.10", + "version": "1.9.11", "main": "lib/index.js", "files": [ "/lib"