From f534412a7fe10b9350ff97ccbd9a1705d1567882 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Thu, 13 Aug 2020 21:10:13 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] ## [1.9.1](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.0...v1.9.1) (2020-08-13) ### Bug Fixes * fix api-extractor issues ([b825f6d](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b825f6dd32c9fcbcef79057a103b29d5847f8242)) * return settings.json to previous state ([b011fb0](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b011fb02c9b41d6675268bcad9475def1dd9c54f)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae875f3..eb36ea7f 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. +## [1.9.1](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.0...v1.9.1) (2020-08-13) + + +### Bug Fixes + +* fix api-extractor issues ([b825f6d](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b825f6dd32c9fcbcef79057a103b29d5847f8242)) +* return settings.json to previous state ([b011fb0](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b011fb02c9b41d6675268bcad9475def1dd9c54f)) + # [1.9.0](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.8.0...v1.9.0) (2020-08-11) diff --git a/package-lock.json b/package-lock.json index c1c7aec0..e9238a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-mws-api-sdk", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ceeff80e..72bb5e5f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ } ], "homepage": "https://github.com/ScaleLeap/amazon-mws-api-sdk/#readme", - "version": "1.9.0", + "version": "1.9.1", "main": "lib/index.js", "files": [ "/lib"