From d5a6235ba804e9936a4fa23a93a110f157b53975 Mon Sep 17 00:00:00 2001 From: victorhmp <27777263+victorhmp@users.noreply.github.com> Date: Thu, 27 Feb 2020 13:56:33 +0000 Subject: [PATCH] Release v0.17.0 --- 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 f0e8111..bf1988c 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.17.0] - 2020-02-27 ### Added - New `gift` field to `Product` type. diff --git a/manifest.json b/manifest.json index 478ac01..6d06dc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.16.3", + "version": "0.17.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", diff --git a/node/package.json b/node/package.json index 389b2c3..1e23621 100644 --- a/node/package.json +++ b/node/package.json @@ -36,5 +36,5 @@ "eslint-config-vtex": "^10.1.0", "prettier": "^1.16.4" }, - "version": "0.16.3" + "version": "0.17.0" }