diff --git a/CHANGELOG.md b/CHANGELOG.md index d60e1241..ccc262cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.15.0] - 2024-05-27 + ## [3.14.0] - 2023-08-30 ### Added diff --git a/manifest.json b/manifest.json index 6c748b9a..5b3705e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.14.0", + "version": "3.15.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 b203845a..c7909a91 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.14.0" + "version": "3.15.0" } diff --git a/react/package.json b/react/package.json index a2cd6945..26ab5226 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.14.0" + "version": "3.15.0" }