From 4afb075cf82a716225fbe0958251aae782fa1745 Mon Sep 17 00:00:00 2001 From: brunoabreu <2726345+brunoabreu@users.noreply.github.com> Date: Mon, 28 Oct 2019 15:06:17 +0000 Subject: [PATCH] Release v0.1.2 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- react/package.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f1e60..c04ffa4 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] + +## [0.1.2] - 2019-10-28 ### Chore - Rebuild to enable lazy evaluation of product-identifier entrypoints diff --git a/manifest.json b/manifest.json index a29478d..056e5fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-identifier", - "version": "0.1.1", + "version": "0.1.2", "title": "IO Base Component", "description": "IO Base component", "defaultLocale": "pt-BR", @@ -21,4 +21,4 @@ "vtex.native-types": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index ee34514..ec75906 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,6 @@ "prettier": "^1.18.2", "tslint-eslint-rules": "^5.4.0", "typescript": "3.5.2" - } + }, + "version": "0.1.2" }