From 35698886014dc63460e290aa1ca3266157836625 Mon Sep 17 00:00:00 2001 From: GabEluan <42844831+GabEluan@users.noreply.github.com> Date: Thu, 10 Mar 2022 12:55:01 +0000 Subject: [PATCH] Release v0.43.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfad98..616d297 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.43.0] - 2022-03-10 + ### Added - Last imported commission file information and download link diff --git a/manifest.json b/manifest.json index cc03dcf..07189a1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "affiliates", "vendor": "vtex", - "version": "0.42.0", + "version": "0.43.0", "title": "Affiliates", "description": "App that adds support for affiliates on IO stores", "mustUpdateAt": "2018-01-04", diff --git a/node/package.json b/node/package.json index 0f9efc6..2a09c2e 100644 --- a/node/package.json +++ b/node/package.json @@ -32,5 +32,5 @@ "lint": "tsc --noEmit --pretty", "test": "vtex-test-tools test --collectCoverage" }, - "version": "0.42.0" + "version": "0.43.0" } diff --git a/react/package.json b/react/package.json index 02485db..ab79ebb 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.affiliates", - "version": "0.42.0", + "version": "0.43.0", "scripts": { "test": "vtex-test-tools test --collectCoverage" },