From 4a718f585e5f809546feb4ac90fae91e1c7d0798 Mon Sep 17 00:00:00 2001 From: Felipe Sales Date: Thu, 25 Apr 2019 16:23:13 -0300 Subject: [PATCH] Release v0.26.1 --- 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 dbd074b7..5c96acd2 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.26.1] - 2019-04-25 + ### Changed - Loaders to be consistent with the new api of the `SkeletonPiece` component. diff --git a/manifest.json b/manifest.json index 85cd49d0..d9402861 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "my-account", "vendor": "vtex", - "version": "0.26.0", + "version": "0.26.1", "title": "My Account", "description": "", "mustUpdateAt": "2019-07-09", diff --git a/package.json b/package.json index 50909707..21d896f9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "devDependencies": { "@types/exenv": "^1.2.0", "@vtex/intl-equalizer": "^2.0.1",