From b38906222e821abdc9c03fe528f1bd61d85bc976 Mon Sep 17 00:00:00 2001 From: carolinamenezes <60782333+carolinamenezes@users.noreply.github.com> Date: Wed, 20 May 2020 13:29:26 +0000 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc261e..d041ef8 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.1.1] - 2020-05-20 + ## [0.1.0] - 2020-05-04 ## [0.0.4] - 2020-04-29 diff --git a/manifest.json b/manifest.json index 474e1a1..611146c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-framework", "vendor": "vtex", - "version": "0.1.0", + "version": "0.1.1", "title": "Store Framework Course", "description": "Course App for the Store Framework Course", "dependencies": {},