From 5efb16388c18d3494c7ae1086710246096fde56d Mon Sep 17 00:00:00 2001 From: arturmagalhaesjr <5812946+arturmagalhaesjr@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:10:57 +0000 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c374ef..70c73bb 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] +## [1.0.1] - 2022-04-26 + ### Fixed - fix on discounts negative diff --git a/manifest.json b/manifest.json index 67e6779..a41446c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "1.0.0", + "version": "1.0.1", "title": "B2B Quotes & Carts", "description": "Allows B2B Customers to request quotes from their sales reps and/or save carts for future use", "builders": { diff --git a/react/package.json b/react/package.json index 19f9d13..e218830 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "test": "vtex-test-tools test" },