From c9b6e465ee65d63a03a885c7cef2c13aa7b2ec7e Mon Sep 17 00:00:00 2001 From: vwraposo <12701600+vwraposo@users.noreply.github.com> Date: Tue, 15 Oct 2019 18:28:35 +0000 Subject: [PATCH] Release v0.6.3 --- 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 69a590c..5cdf1a2 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.6.3] - 2019-10-15 ### Refactor - removes old routing diff --git a/manifest.json b/manifest.json index 3aa06ef..7bd67e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.6.2", + "version": "0.6.3", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute", diff --git a/node/package.json b/node/package.json index e8b20e6..7bdce43 100644 --- a/node/package.json +++ b/node/package.json @@ -39,5 +39,5 @@ "eslint-config-vtex": "^10.1.0", "prettier": "^1.16.4" }, - "version": "0.6.2" + "version": "0.6.3" }