diff --git a/CHANGELOG.md b/CHANGELOG.md index c40c84ff..8565dc02 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.3.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.2.0...v17.3.0) (2023-05-08) + + +### Features + +* adds marketplace launch date ([#557](https://github.com/ScaleLeap/amazon-marketplaces/issues/557)) ([4e037d8](https://github.com/ScaleLeap/amazon-marketplaces/commit/4e037d848c4cd8cc242a026ae8eb6872aa0b18b9)) + # [17.2.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v17.1.0...v17.2.0) (2023-01-27) diff --git a/package-lock.json b/package-lock.json index 5f19157a..68246e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "17.2.0", + "version": "17.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0632cd7c..5b8c4e7a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "17.2.0", + "version": "17.3.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",