diff --git a/CHANGELOG.md b/CHANGELOG.md index 061f5dc7..d1f1126a 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.16.0] - 2024-11-07 ### Added - Changed the checkoutUrl prop to admin app settings diff --git a/manifest.json b/manifest.json index c46110e0..dafe33cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.15.9", + "version": "3.16.0", "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 cf98b247..aeeeeb7f 100644 --- a/node/package.json +++ b/node/package.json @@ -44,5 +44,5 @@ "@vtex/tsconfig": "^0.5.0", "ts-jest": "^25.1.0" }, - "version": "3.15.9" + "version": "3.16.0" } diff --git a/react/package.json b/react/package.json index aa9c1022..1c357808 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.15.9" + "version": "3.16.0" }