diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dbee64..8224a922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.0.3] - 2020-09-10 ### Added - New metadada folder structure - License files diff --git a/manifest.json b/manifest.json index c30dedee..2b1e4887 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.0.2", + "version": "3.0.3", "title": "Quickorder", "description": "Allow users to add multiple products to the cart at once", "defaultLocale": "en-US", diff --git a/node/package.json b/node/package.json index 65fee6be..71da30df 100644 --- a/node/package.json +++ b/node/package.json @@ -54,5 +54,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.68.0/public/_types/react", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.127.0/public/@types/vtex.styleguide" }, - "version": "3.0.2" + "version": "3.0.3" } diff --git a/react/package.json b/react/package.json index 7cf0b162..67fbb241 100644 --- a/react/package.json +++ b/react/package.json @@ -51,5 +51,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.68.0/public/_types/react", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.127.0/public/@types/vtex.styleguide" }, - "version": "3.0.2" + "version": "3.0.3" }