From 5841a7d89494808df696614a019663b2404a4012 Mon Sep 17 00:00:00 2001 From: NataliaGodot <13456990+NataliaGodot@users.noreply.github.com> Date: Thu, 24 Oct 2019 21:04:07 +0000 Subject: [PATCH] Release v0.7.1 --- 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 0409416..3f958a5 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.7.1] - 2019-10-24 ### Fixed - Encode characters to prevent `Scripts are not allowed` error. diff --git a/manifest.json b/manifest.json index c4cc077..e44fb5a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.7.0", + "version": "0.7.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", diff --git a/node/package.json b/node/package.json index f0e96ed..c213691 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.7.0" + "version": "0.7.1" }