From 0aa7053d568c002babe8c22fb86daebdae7c94b3 Mon Sep 17 00:00:00 2001 From: lucasecdb <10223856+lucasecdb@users.noreply.github.com> Date: Tue, 10 Mar 2020 14:28:53 +0000 Subject: [PATCH] Release v0.0.3 --- 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 a69928d..de37cbe 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.0.3] - 2020-03-10 + ### Changed - Fixed internal typings and repository cleanup. diff --git a/manifest.json b/manifest.json index 92850e6..fd0af5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "address-context", - "version": "0.0.2", + "version": "0.0.3", "title": "Address Context", "description": "Address Context", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 2041990..31d1469 100644 --- a/react/package.json +++ b/react/package.json @@ -18,5 +18,5 @@ "vtex.order-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.order-manager@0.8.2/public/@types/vtex.order-manager", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.94.0/public/@types/vtex.render-runtime" }, - "version": "0.0.2" + "version": "0.0.3" }