diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e17ca1..4eae3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.3] - 2024-10-22 + ### Added - Save logic using SC. - Logic not to recover paymentData to the new cart. diff --git a/manifest.json b/manifest.json index 2479b4b..908859f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "cross-device-cart", - "version": "2.0.2", + "version": "2.0.3", "title": "Cross device cart", "description": "Seamlessly allow a client to retrieve items left on a different device's cart", "builders": { diff --git a/node/package.json b/node/package.json index eee7416..ac7dc34 100644 --- a/node/package.json +++ b/node/package.json @@ -23,5 +23,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "2.0.2" + "version": "2.0.3" } diff --git a/react/package.json b/react/package.json index a8d2aa9..4f15799 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "cross-device-cart", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "test": "vtex-test-tools test" },