From 8fc606e2c4e364e919f449339e95372d34e68054 Mon Sep 17 00:00:00 2001 From: FabianaFerreira <19495917+FabianaFerreira@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:20:05 +0000 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e83dbf..b25ef66 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.3.0] - 2020-12-28 ### Changed - Added deprecation note diff --git a/manifest.json b/manifest.json index 1c60dbd..b37dbd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-framework", "vendor": "vtex", - "version": "0.2.2", + "version": "0.3.0", "title": "Store Framework Course", "description": "Course App for the Store Framework Course", "dependencies": {},