diff --git a/CHANGELOG.md b/CHANGELOG.md index 2312f0a..2218a9f 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.9] - 2024-10-02 + ### Fixed - Fixed the message in the status column of the SKU table, specifically inactive skus diff --git a/manifest.json b/manifest.json index b87c056..6535175 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.15.8", + "version": "3.15.9", "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 7c17100..cf98b24 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.8" + "version": "3.15.9" } diff --git a/react/package.json b/react/package.json index 9fb5e03..aa9c102 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.15.8" + "version": "3.15.9" }