From 9544c55d5fc0879b377094cb0d242ac37143188d Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Sun, 17 May 2020 08:47:25 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v4.0.2...v4.1.0) (2020-05-17) ### Bug Fixes * npm audit ([51feca1](https://github.com/ScaleLeap/amazon-marketplaces/commit/51feca1a22ddb9a9230a17374e29ba6db3a6511f)) ### Features * adds assertMarketplaceHasAdvertising assertion fn ([33113b7](https://github.com/ScaleLeap/amazon-marketplaces/commit/33113b74306f0738eb1bec2108429669dda39c64)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b21e91..515308e6 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. +# [4.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v4.0.2...v4.1.0) (2020-05-17) + + +### Bug Fixes + +* npm audit ([51feca1](https://github.com/ScaleLeap/amazon-marketplaces/commit/51feca1a22ddb9a9230a17374e29ba6db3a6511f)) + + +### Features + +* adds assertMarketplaceHasAdvertising assertion fn ([33113b7](https://github.com/ScaleLeap/amazon-marketplaces/commit/33113b74306f0738eb1bec2108429669dda39c64)) + ## [4.0.2](https://github.com/ScaleLeap/amazon-marketplaces/compare/v4.0.1...v4.0.2) (2020-04-30) diff --git a/package-lock.json b/package-lock.json index 2a2b424b..6df89bd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 738dfe2c..29afca28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "4.0.2", + "version": "4.1.0", "publishConfig": { "access": "public" },