From 6407074c148522e05d7d59825caa44e8c0e76b75 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 16 Apr 2019 17:41:41 -0300 Subject: [PATCH] Release v1.5.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef95dcac..96a2076d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.5.0] - 2019-04-16 ### Changed - Support plugins architecture in `my-account-pages` and `my-account-links` diff --git a/manifest.json b/manifest.json index 0928588d..ca2beac3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "my-account", "vendor": "vtex", - "version": "1.4.5", + "version": "1.5.0", "title": "My Account", "description": "", "mustUpdateAt": "2019-07-09", diff --git a/package.json b/package.json index 41a6eb1a..237785cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.5", + "version": "1.5.0", "devDependencies": { "@types/exenv": "^1.2.0", "@vtex/intl-equalizer": "^2.0.1",