From d6b522e552f4b61a393115725a0288770e719d42 Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Fri, 15 Apr 2022 13:28:59 +0000 Subject: [PATCH] Release v0.1.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 04018e3..e24dae7 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] +## [0.1.1] - 2022-04-15 + ### Fixed - Docs table formatting diff --git a/manifest.json b/manifest.json index a17762b..bf31dc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-suite", "vendor": "vtex", - "version": "0.1.0", + "version": "0.1.1", "title": "B2B Suite", "description": "Suite of apps to add various essential B2B functionalities to your VTEX store", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index af20125..cecb617 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-suite", - "version": "0.1.0", + "version": "0.1.1", "license": "UNLICENSED", "devDependencies": { "@types/node": "^13.9.8",