From d7d0e0cd7360171e1f36267a82967a294ae92139 Mon Sep 17 00:00:00 2001 From: "Victor Hugo M. Pinto" Date: Wed, 27 Feb 2019 16:32:42 -0300 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21bcc1..a7fd0b0 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] +## [1.0.0] - 2019-02-27 + ### Changed - Props expected by ProductImage component diff --git a/manifest.json b/manifest.json index 685ba88..3ed317d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-details", - "version": "0.1.0", + "version": "1.0.0", "title": "Order Details Components", "description": "Components to display information on an order", "defaultLocale": "pt-BR",