From 63269ee5b352d0e27bdf08b5ea992344eb0c200b Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Fri, 8 Jan 2021 02:34:01 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] # [10.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v9.0.0...v10.0.0) (2021-01-08) ### Features * adds advertising to Netherlands marketplace ([4548726](https://github.com/ScaleLeap/amazon-marketplaces/commit/4548726406c83692359f32049aba42ba92cdc02a)) ### BREAKING CHANGES * adds advertising to Netherlands marketplace --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd9617b..83bd9b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [10.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v9.0.0...v10.0.0) (2021-01-08) + + +### Features + +* adds advertising to Netherlands marketplace ([4548726](https://github.com/ScaleLeap/amazon-marketplaces/commit/4548726406c83692359f32049aba42ba92cdc02a)) + + +### BREAKING CHANGES + +* adds advertising to Netherlands marketplace + # [9.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v8.0.0...v9.0.0) (2020-12-19) diff --git a/package-lock.json b/package-lock.json index 0b16b2b9..fe688c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "9.0.0", + "version": "10.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d93e257c..85426eeb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "9.0.0", + "version": "10.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",