From fa65671ecb2e3dee3d026718dfcd8786ce380356 Mon Sep 17 00:00:00 2001 From: jgfidelis <4925068+jgfidelis@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:12:32 +0000 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5c5c5..b6be844 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.0] - 2019-09-12 ### Added - `InputValues` to `AssemblyOption` diff --git a/manifest.json b/manifest.json index edc0707..74ad9ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.0.1", + "version": "0.1.0", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute",