From 1824f7b24d85870a71f26a9f1204857c36baf3c7 Mon Sep 17 00:00:00 2001 From: jgfidelis <4925068+jgfidelis@users.noreply.github.com> Date: Fri, 8 Nov 2019 13:44:53 +0000 Subject: [PATCH] Release v0.9.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 9d1760f..a9bd100 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.9.0] - 2019-11-08 ### Added - Filter argument with "FIRST_AVAILABLE" and "ALL_AVAILBALE" value for sku list in product type. diff --git a/manifest.json b/manifest.json index 71a100e..8246300 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.8.3", + "version": "0.9.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 106048c..b8cfee7 100644 --- a/node/package.json +++ b/node/package.json @@ -41,5 +41,5 @@ "eslint-config-vtex": "^10.1.0", "prettier": "^1.16.4" }, - "version": "0.8.3" + "version": "0.9.0" }