From 9d0fcd060594d0ca15c0a64439a2b267d53eb479 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Wed, 9 Mar 2022 13:48:47 +0000 Subject: [PATCH] chore(release): 15.0.0 [skip ci] # [15.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v14.0.0...v15.0.0) (2022-03-09) ### Features * add Turkey to advertising ([#492](https://github.com/ScaleLeap/amazon-marketplaces/issues/492)) ([92a4d8c](https://github.com/ScaleLeap/amazon-marketplaces/commit/92a4d8c3239fc7af3da7494fb5244fce7983ab9b)) ### BREAKING CHANGES * - add Turkey to advertising - update bid constraints by marketplace: IN, PL, SE --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045e571a..145ca9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v14.0.0...v15.0.0) (2022-03-09) + + +### Features + +* add Turkey to advertising ([#492](https://github.com/ScaleLeap/amazon-marketplaces/issues/492)) ([92a4d8c](https://github.com/ScaleLeap/amazon-marketplaces/commit/92a4d8c3239fc7af3da7494fb5244fce7983ab9b)) + + +### BREAKING CHANGES + +* - add Turkey to advertising +- update bid constraints by marketplace: IN, PL, SE + # [14.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v13.0.0...v14.0.0) (2022-01-11) diff --git a/package-lock.json b/package-lock.json index 5cf5abfb..8554ac8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "14.0.0", + "version": "15.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 66c91080..ba5cb2f4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "14.0.0", + "version": "15.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",