diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a77903..11b21e91 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. +## [4.0.2](https://github.com/ScaleLeap/amazon-marketplaces/compare/v4.0.1...v4.0.2) (2020-04-30) + + +### Bug Fixes + +* npm audit ([6f64aa1](https://github.com/ScaleLeap/amazon-marketplaces/commit/6f64aa1aeeed3fc050b94df6c1d945557ebc5428)) + ## [4.0.1](https://github.com/ScaleLeap/amazon-marketplaces/compare/v4.0.0...v4.0.1) (2020-03-10) diff --git a/package-lock.json b/package-lock.json index 762a27bb..fdb74bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4cdf8ccb..78bc7eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "4.0.1", + "version": "4.0.2", "publishConfig": { "access": "public" },