diff --git a/CHANGELOG.md b/CHANGELOG.md index f33547b3d..ea7a8d3b7 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] +## [2.155.18] - 2022-08-10 + ## [2.155.17] - 2022-08-10 ## [2.155.16] - 2022-08-10 diff --git a/manifest.json b/manifest.json index a477c7631..287881fcb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.155.17", + "version": "2.155.18", "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 4400bb734..a6fa54389 100644 --- a/node/package.json +++ b/node/package.json @@ -53,5 +53,5 @@ "test": "vtex-test-tools test", "lint": "tsc --noEmit && eslint --ext ts ." }, - "version": "2.155.17" + "version": "2.155.18" }