From 8da6809bb3678b1dc9f5602cd083fa4b0489d7d8 Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Mon, 13 May 2019 16:54:51 -0300 Subject: [PATCH] Release v1.13.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a261c433..3ae4ac3f 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.13.1] - 2019-05-13 ### Added - Adds loading preview to the shelf interfaces. diff --git a/manifest.json b/manifest.json index 59400b5e..4a7224c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "shelf", "vendor": "vtex", - "version": "1.13.0", + "version": "1.13.1", "title": "VTEX Shelf", "description": "A shelf component", "mustUpdateAt": "2019-04-03",