diff --git a/CHANGELOG.md b/CHANGELOG.md index f05517a..34ba8fb 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] +## [0.2.12] - 2021-07-29 + ### Fixed - Use consistency of SLA's through items as a tiebreaker. diff --git a/manifest.json b/manifest.json index dfaa4fc..5a11ebb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "lean-shipping-calculator", "vendor": "vtex", - "version": "0.2.11", + "version": "0.2.12", "title": "Checkout's Lean Shipping Calculator", "description": "Checkout's Lean Shipping Calculator", "defaultLocale": "en", diff --git a/react/package.json b/react/package.json index b2c1d41..5b6ef4b 100644 --- a/react/package.json +++ b/react/package.json @@ -8,5 +8,5 @@ "devDependencies": { "@vtex/address-form": "^3.5.12" }, - "version": "0.2.11" + "version": "0.2.12" }