diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c84b8f..aa3a88ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.60.0] - 2022-01-04 + ### Added - Log for search-api errors. diff --git a/manifest.json b/manifest.json index cd625258..67ad5e57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-resolver", - "version": "1.59.7", + "version": "1.60.0", "title": "GraphQL resolver for the VTEX store APIs", "description": "GraphQL resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute", diff --git a/node/package.json b/node/package.json index 925ebea8..ebcc3ad9 100644 --- a/node/package.json +++ b/node/package.json @@ -59,5 +59,5 @@ "vtex.rewriter": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.rewriter@1.53.4/public/@types/vtex.rewriter", "vtex.search-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.search-graphql@0.46.0/public/@types/vtex.search-graphql" }, - "version": "1.59.7" + "version": "1.60.0" }