From 9d2dd73ec8e7eb4f693a90b6c291ddca58c6a4bd Mon Sep 17 00:00:00 2001 From: "Jordane Bachelet (Salesforce.com)" Date: Wed, 6 Apr 2022 12:06:55 +0200 Subject: [PATCH] Bump version 1.4.0 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2e2dc19..379c88c2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Salesforce B2C Commerce / CRM Sync is an enablement solution designed by Salesfo b2c-crm-sync includes a framework for integrating these clouds (ex. B2C Commerce and Service Cloud) -- leveraging REST APIs and the declarative capabilities of the Salesforce Platform. This approach powers frictionless customer experiences across B2C Commerce, Service, and Marketing Clouds by resolving and synchronizing customer profiles across these Salesforce products. -> :100:  This repository is currently in it's **v1.3.3** release. The MVP feature-set is complete, and you can now deploy b2c-crm-sync to scratchOrgs and sandboxes via its CLI tooling. Solution trustworthiness is critical for our success. Please use the tagged release, but also feel free to deploy from master if you want to work with the latest updates.  :100: +> :100:  This repository is currently in it's **v1.4.0** release. The MVP feature-set is complete, and you can now deploy b2c-crm-sync to scratchOrgs and sandboxes via its CLI tooling. Solution trustworthiness is critical for our success. Please use the tagged release, but also feel free to deploy from master if you want to work with the latest updates.  :100: Please visit our [issues-list](https://github.com/SalesforceCommerceCloud/b2c-crm-sync/issues) to see outstanding issues and features, and visit our [discussions](https://github.com/SalesforceCommerceCloud/b2c-crm-sync/discussions) to ask questions. diff --git a/package-lock.json b/package-lock.json index be83fdc6..552e2d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "b2c-crm-2.00.2", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30ad716f..d0db65e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "b2c-crm-sync", - "version": "1.3.3", + "version": "1.4.0", "description": "Enablement solution teaching the Salesforce Architect Success B2C Customer Data Strategy. Unlock frictionless customer experiences by leveraging b2c-crm-sync's progressive resolution of B2C Customer Profiles between B2C Commerce and the Salesforce Platform.", "main": "cli.js", "engines": {