From 28de4098a56094aa787b5108c2199b4a9daa13c9 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Fri, 27 Jan 2023 17:18:36 +0000 Subject: [PATCH] chore(release): 17.2.0 [skip ci] # [17.2.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.1.0...v17.2.0) (2023-01-27) ### Features * adds advertising to Belgium ([fc5a3e5](https://github.com/ScaleLeap/amazon-marketplaces/commit/fc5a3e50742b260855ed6251c888a69777f99526)) --- 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 61e67d04..c40c84ff 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. +# [17.2.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.1.0...v17.2.0) (2023-01-27) + + +### Features + +* adds advertising to Belgium ([fc5a3e5](https://github.com/ScaleLeap/amazon-marketplaces/commit/fc5a3e50742b260855ed6251c888a69777f99526)) + # [17.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.0.2...v17.1.0) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 0ba46aba..5f19157a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "17.1.0", + "version": "17.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5e5b1b33..0632cd7c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "17.1.0", + "version": "17.2.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",