diff --git a/CHANGELOG.md b/CHANGELOG.md index c75ff71a..61e67d04 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.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.0.2...v17.1.0) (2022-12-01) + + +### Features + +* adds advertising to Saudi Arabia ([3a0a84f](https://github.com/ScaleLeap/amazon-marketplaces/commit/3a0a84f2cb33da5932039420ff7ac221709e8b0e)) + ## [17.0.2](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.0.1...v17.0.2) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 9766bff2..0ba46aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "17.0.2", + "version": "17.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 61e712a1..5e5b1b33 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "17.0.2", + "version": "17.1.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",