From b3d78205e6385af5651e30bad5abce33b2b53a72 Mon Sep 17 00:00:00 2001 From: jgfidelis <4925068+jgfidelis@users.noreply.github.com> Date: Thu, 5 Sep 2019 17:13:50 +0000 Subject: [PATCH] Release v0.0.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0adc1e..b9b20d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,7 @@ 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.0.1] - 2019-09-05 ### Added - First version. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4127351..edc0707 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.0.0", + "version": "0.0.1", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute",