diff --git a/CHANGELOG.md b/CHANGELOG.md index d1251f8e..e419c9a2 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. +# [6.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v5.0.1...v6.0.0) (2020-08-15) + + +### Features + +* adds Egypt marketplace ([48242a2](https://github.com/ScaleLeap/amazon-marketplaces/commit/48242a2973c2b54900f5447446708891e7192069)) + + +### BREAKING CHANGES + +* adds Egypt marketplace + ## [5.0.1](https://github.com/ScaleLeap/amazon-marketplaces/compare/v5.0.0...v5.0.1) (2020-07-06) diff --git a/package-lock.json b/package-lock.json index 6ad90687..4aa18b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "5.0.1", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5cc678b..0832852a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://www.scaleleap.com/" }, "homepage": "https://github.com/ScaleLeap/amazon-marketplaces#readme", - "version": "5.0.1", + "version": "6.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",