From 690243d4381308cb4b3689e3f568c45e82a0b250 Mon Sep 17 00:00:00 2001 From: FabianaFerreira <19495917+FabianaFerreira@users.noreply.github.com> Date: Thu, 9 Jul 2020 20:01:31 +0000 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5325a34..7a8401e 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.1] - 2020-07-09 - Updated README with more accurate information ## [0.1.0] - 2020-07-07 diff --git a/manifest.json b/manifest.json index d527a1c..eb2bf4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "tax-protocol-example", "vendor": "vtex", - "version": "0.1.0", + "version": "0.1.1", "title": "Tax Protocol Example", "description": "Reference app for Tax Protocol Services", "mustUpdateAt": "2018-01-04", diff --git a/node/package.json b/node/package.json index 614cdaa..8eb05bd 100644 --- a/node/package.json +++ b/node/package.json @@ -15,5 +15,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "0.1.0" + "version": "0.1.1" }