From afe59b7802c01c90f04abe55b76613a02af29c16 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Fri, 19 Mar 2021 08:19:35 +0000 Subject: [PATCH] chore(release): 10.3.0 [skip ci] # [10.3.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v10.2.0...v10.3.0) (2021-03-19) ### Features * export selling partner regions ([74da2f9](https://github.com/ScaleLeap/amazon-marketplaces/commit/74da2f9afa998447c172b5f58f9aeefd27aad99d)) --- 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 6713e0aa..b554d2d0 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. +# [10.3.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v10.2.0...v10.3.0) (2021-03-19) + + +### Features + +* export selling partner regions ([74da2f9](https://github.com/ScaleLeap/amazon-marketplaces/commit/74da2f9afa998447c172b5f58f9aeefd27aad99d)) + # [10.2.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v10.1.0...v10.2.0) (2021-02-19) diff --git a/package-lock.json b/package-lock.json index 3ba941a0..b431cd78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd829855..862c14db 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "10.2.0", + "version": "10.3.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",