diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3a3976..c75ff71a 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.0.2](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.0.1...v17.0.2) (2022-12-01) + + +### Bug Fixes + +* comment for Saudi Arabia ([5d32577](https://github.com/ScaleLeap/amazon-marketplaces/commit/5d32577b3732f1c8c29852d5bbf810ab7d1a6e10)) + ## [17.0.1](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.0.0...v17.0.1) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 88a46b47..9766bff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "17.0.1", + "version": "17.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 154e96fe..61e712a1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "17.0.1", + "version": "17.0.2", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",