From f3590f66ad60b23246210f849ee341ebfcc37f03 Mon Sep 17 00:00:00 2001 From: whc105 <32426660+whc105@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:54:39 +0000 Subject: [PATCH] Release v0.2.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 032cd26..adabfef 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.2.0] - 2022-03-01 + ### Added - Added the ability to show the latest Active account if the user has Closed accounts diff --git a/manifest.json b/manifest.json index 646f99f..91a5003 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "adyen-platforms", "vendor": "vtex", - "version": "0.1.2", + "version": "0.2.0", "title": "Adyen-platforms", "description": "Integration with Adyen for Platforms", "mustUpdateAt": "2022-01-04", diff --git a/node/package.json b/node/package.json index 4da8b5b..cbf67ec 100644 --- a/node/package.json +++ b/node/package.json @@ -17,5 +17,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "0.1.2" + "version": "0.2.0" } diff --git a/react/package.json b/react/package.json index 0fc5fad..c89fe6a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-platforms", - "version": "0.1.2", + "version": "0.2.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },