From fabcee6a02303751b7332989f77caddfc9c4b790 Mon Sep 17 00:00:00 2001 From: gabrielHosino <8519076+gabrielHosino@users.noreply.github.com> Date: Tue, 8 Mar 2022 13:39:11 +0000 Subject: [PATCH] Release v0.41.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 cc1f45e..5e656a3 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.41.0] - 2022-03-08 + ### Added - Affiliate orders table filters to the querystring diff --git a/manifest.json b/manifest.json index 8ae5514..e718b0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "affiliates", "vendor": "vtex", - "version": "0.40.0", + "version": "0.41.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 fca38db..d6ea0b8 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.40.0" + "version": "0.41.0" } diff --git a/react/package.json b/react/package.json index 579a8ff..5e78890 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.affiliates", - "version": "0.40.0", + "version": "0.41.0", "scripts": { "test": "vtex-test-tools test --collectCoverage" },