diff --git a/CHANGELOG.md b/CHANGELOG.md index 9994a5ab..b85ee671 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. +# [7.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v6.1.0...v7.0.0) (2020-09-18) + + +### Features + +* adds Sweden marketplace ([85969e9](https://github.com/ScaleLeap/amazon-marketplaces/commit/85969e95f97401f086d49658548778d690128fe4)) + + +### BREAKING CHANGES + +* adds Sweden marketplace + # [6.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v6.0.0...v6.1.0) (2020-09-02) diff --git a/package-lock.json b/package-lock.json index 8623d3e6..f2f6d8ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "6.1.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 798014fd..07b30357 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": "6.1.0", + "version": "7.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",