diff --git a/CHANGELOG.md b/CHANGELOG.md index f925ee0..d591621 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.12.4] - 2019-12-11 ### Added - Docs builder, create docs. diff --git a/manifest.json b/manifest.json index b7feb9b..f4fa969 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.12.3", + "version": "0.12.4", "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 1962c79..009fe46 100644 --- a/node/package.json +++ b/node/package.json @@ -38,5 +38,5 @@ "eslint-config-vtex": "^10.1.0", "prettier": "^1.16.4" }, - "version": "0.12.3" + "version": "0.12.4" }