diff --git a/CHANGELOG.md b/CHANGELOG.md index 2103f86..7cf1c6b 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] +## [0.15.1] - 2020-02-05 + ## [0.15.0] - 2020-01-23 ### Added - `simulationBehavior` param ins productSearch and products queries. diff --git a/manifest.json b/manifest.json index 27e77ba..a625f8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.15.0", + "version": "0.15.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 6bd3b8c..f79f187 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.15.0" + "version": "0.15.1" }