From 0242d113a981ac0314aa9d4be965b1708e089bcf Mon Sep 17 00:00:00 2001 From: bivillar <27328184+bivillar@users.noreply.github.com> Date: Fri, 24 Jul 2020 17:43:55 +0000 Subject: [PATCH] Release v0.13.0 --- 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 54e2a73..d80e6ed 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.13.0] - 2020-07-24 + ### Added - Pickup alternative timeline. diff --git a/manifest.json b/manifest.json index b91aabf..e24702d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "0.12.1", + "version": "0.13.0", "title": "MyAccount Commons", "defaultLocale": "pt-BR", "description": "Shared components used to build ne MyAccounts pages", diff --git a/react/package.json b/react/package.json index c456578..4649964 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "apollo-client": "^2.5.1", "typescript": "3.8.3" }, - "version": "0.12.1" + "version": "0.13.0" }